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 | 貎ョ謇 | 1110011010111101101011101110011010001001 | e6bdaee689 |
EUC-JP | 貎ョ謇 | 111011001011111110001110101011101110101111101001 | ecbf8eaeebe9 |
UTF-8 | 貎ョ謇 | 111010001011001010001110111011111011110110101110111010001010110010000111 | e8b28eefbdaee8ac87 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)