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 | 陬板ェ | 1110100010100011100101001100001010101010 | e8a394c2aa |
EUC-JP | 陬板ェ | 111100001010010111001000110001001000111010101010 | f0a5c8c48eaa |
UTF-8 | 陬板ェ | 111010011001100110101100111001101001110110111111111011111011110110101010 | e999ace69dbfefbdaa |
UHC | ?板? | 00111111111101111111100100111111 | 3ff7f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)