To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螢鍋廠裴シ | 111001011010001110010011111001111000111110110001111001011110100010111100 | e5a393e78fb1e5e8bc |
EUC-JP | 螢鍋廠裴シ | 11101010101001011100011011101001101111101011001111101010111010101000111010111100 | eaa5c6e9beb3eaea8ebc |
UTF-8 | 螢鍋廠裴シ | 111010001001111010100010111010011000110110001011111001011011101110100000111010001010001110110100111011111011110110111100 | e89ea2e98d8be5bba0e8a3b4efbdbc |
UHC | 螢鍋廠裴? | 111110111010101111001110101001111111001111011111110110111101000000111111 | fbabcea7f3dfdbd03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)