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 | ?? | 0011111100111111 | 3f3f |
EUC-JP | 炤炤 | 100011111100100111010010100011111100100111010010 | 8fc9d28fc9d2 |
UTF-8 | 炤炤 | 111001111000001010100100111001111000001010100100 | e782a4e782a4 |
UHC | 炤炤 | 11100001101111111110000110111111 | e1bfe1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)