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 | 鉋崎・紘 | 11100111111011101000110111101000101001011000110101101000 | e7ee8de8a58d68 |
EUC-JP | 鉋崎・紘 | 1110111011110000101110101110101010001110101001011011100111001001 | eef0baea8ea5b9c9 |
UTF-8 | 鉋崎・紘 | 111010011000100110001011111001011011010010001110111011111011110110100101111001111011010010011000 | e9898be5b48eefbda5e7b498 |
UHC | ?崎?紘 | 001111111101000011111000001111111100111011011100 | 3fd0f83fcedc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)