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 | 釭鉙 | 11111011101111011111101111001000 | fbbdfbc8 |
EUC-JP | 釭鉙 | 100011111110001110101111100011111110001111100011 | 8fe3af8fe3e3 |
UTF-8 | 釭鉙 | 111010011000011110101101111010011000100110011001 | e987ade98999 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)