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 | ×? | 1101011100111111 | d73f |
SJIS-WIN | ×? | 100000010111111000111111 | 817e3f |
EUC-JP | ×? | 101000011101111100111111 | a1df3f |
UTF-8 | ×₃ | 1100001110010111111000101000001010000011 | c397e28283 |
UHC | ×₃ | 10100001101111111010100111111101 | a1bfa9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)