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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 地?葬?B | 10010010011011100011111110010001100100100011111101000010 | 926e3f91923f42 |
EUC-JP | 地?葬?B | 11000011110011110011111111000001111100100011111101000010 | c3cf3fc1f23f42 |
UTF-8 | 地렪葬핸B | 11100101100111001011000011101011101000001010101011101000100100011010110011101101100101011011100001000010 | e59cb0eba0aae891aced95b842 |
UHC | 地렪葬핸B | 111100101010001010001110101110001110110111110111110001111101101001000010 | f2a28eb8edf7c7da42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)