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 | 111001111001010010011010011010011110011110010100100110100110100101000010 | e7949a69e7949a6942 |
EUC-JP | 逕喨逕喨B | 111011011111010011010011110010101110110111110100110100111100101001000010 | edf4d3caedf4d3ca42 |
UTF-8 | 逕喨逕喨B | 11101001100000001001010111100101100101101010100011101001100000001001010111100101100101101010100001000010 | e98095e596a8e98095e596a842 |
UHC | 逕?逕?B | 11001100111011110011111111001100111011110011111101000010 | ccef3fccef3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)