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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 襞焔 | 11100101111111001000100110001011 | e5fc898b |
EUC-JP | 襞焔 | 11101010111111101011000111101011 | eafeb1eb |
UTF-8 | 襞焔 | 111010001010010110011110111001111000010010010100 | e8a59ee78494 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)