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 | ?燼 | 001111111110000010011110 | 3fe09e |
EUC-JP | ?燼 | 001111111101111111111110 | 3fdffe |
UTF-8 | 뜇燼 | 111010111001110010000111111001111000011110111100 | eb9c87e787bc |
UHC | 뜇燼 | 10001101100010101110001111101000 | 8d8ae3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)