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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 顋璧葹 | 111010001111100111100000111110001110010011011111 | e8f9e0f8e4df |
EUC-JP | 顋璧葹 | 111100001111101111100000111110101110100011100001 | f0fbe0fae8e1 |
UTF-8 | 顋璧葹 | 111010011010000110001011111001111001001010100111111010001001000110111001 | e9a18be792a7e891b9 |
UHC | ?璧? | 00111111110110111111110100111111 | 3fdbfd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)