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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?"瓣??? | 0011111111111010010101111110000101000001001111110011111100111111 | 3ffa57e1413f3f3f |
EUC-JP | ??瓣??? | 00111111001111111110000110100010001111110011111100111111 | 3f3fe1a23f3f3f |
UTF-8 | 룶"瓣룶뇜룫 | 111010111010001110110110111011111011110010000010111001111001001110100011111010111010001110110110111010111000011110011100111010111010001110101011 | eba3b6efbc82e793a3eba3b6eb879ceba3ab |
UHC | 룶"瓣룶뇜룫 | 100011111010101110100011101000101111011111111011100011111010101110110011111111011000111110100010 | 8faba3a2f7fb8fabb3fd8fa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)