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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蘂??蘂??^ | 111001010100000100111111001111111110010101000001001111110011111101011110 | e5413f3fe5413f3f5e |
EUC-JP | 蘂??蘂??^ | 111010011010001000111111001111111110100110100010001111110011111101011110 | e9a23f3fe9a23f3f5e |
UTF-8 | 蘂뚨킋蘂뚨킋^ | 11101000100110001000001011101011100110101010100011101101100000101000101111101000100110001000001011101011100110101010100011101101100000101000101101011110 | e89882eb9aa8ed828be89882eb9aa8ed828b5e |
UHC | 蘂뚨킋蘂뚨킋^ | 11100111110111101000110011100111101101001001011111100111110111101000110011100111101101001001011101011110 | e7de8ce7b497e7de8ce7b4975e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)