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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鶯辞鉎自 | 1110100111110010100011101010101111111011110001111000111010101001 | e9f28eabfbc78ea9 |
EUC-JP | 鶯辞鉎自 | 111100101111010010111100101011011000111111100011110111111011110010101011 | f2f4bcad8fe3dfbcab |
UTF-8 | 鶯辞鉎自 | 111010011011011010101111111010001011111010011110111010011000100110001110111010001000011110101010 | e9b6afe8be9ee9898ee887aa |
UHC | 鶯??自 | 111001011010001100111111001111111110110110111011 | e5a33f3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)