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 | 亊鑰 | 10011000101011011110100001101111 | 98ade86f |
EUC-JP | 亊鑰 | 11010000101011111110111111010000 | d0afefd0 |
UTF-8 | 亊鑰 | 111001001011101010001010111010011001000110110000 | e4ba8ae991b0 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)