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 | ?L?L^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-WIN | 瑟L瑟L^ | 11100000111011000100110011100000111011000100110001011110 | e0ec4ce0ec4c5e |
EUC-JP | 瑟L瑟L^ | 11100000111011100100110011100000111011100100110001011110 | e0ee4ce0ee4c5e |
UTF-8 | 瑟L瑟L^ | 111001111001000110011111010011001110011110010001100111110100110001011110 | e7919f4ce7919f4c5e |
UHC | 瑟L瑟L^ | 11100011101000100100110011100011101000100100110001011110 | e3a24ce3a24c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)