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 | 關崎・紘 | 11101000100100001000110111101000101001011000110101101000 | e8908de8a58d68 |
EUC-JP | 關崎・紘 | 1110111111110000101110101110101010001110101001011011100111001001 | eff0baea8ea5b9c9 |
UTF-8 | 關崎・紘 | 111010011001011110011100111001011011010010001110111011111011110110100101111001111011010010011000 | e9979ce5b48eefbda5e7b498 |
UHC | 關崎?紘 | 11001110101111001101000011111000001111111100111011011100 | cebcd0f83fcedc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)