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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 辯ョC | 11100111100001111010111001000011 | e787ae43 |
EUC-JP | 辯ョC | 1110110111100111100011101010111001000011 | ede78eae43 |
UTF-8 | 辯ョC | 11101000101111101010111111101111101111011010111001000011 | e8beafefbdae43 |
UHC | 辯?C | 11011100101010100011111101000011 | dcaa3f43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)