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 | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 喇嘲遥L | 10011010011010001001101001111101100101110111100101001100 | 9a689a7d97794c |
EUC-JP | 喇嘲遥L | 11010011110010011101001111011110110011011101101001001100 | d3c9d3decdda4c |
UTF-8 | 喇嘲遥L | 11100101100101101000011111100101100110001011001011101001100000011010010101001100 | e59687e598b2e981a54c |
UHC | 喇嘲?L | 110101001111101011110000101111110011111101001100 | d4faf0bf3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)