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 | ???\h | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | ??咀\h | 001111110011111110011001111100000101110001101000 | 3f3f99f05c68 |
EUC-JP | ??咀\h | 001111110011111111010010111100100101110001101000 | 3f3fd2f25c68 |
UTF-8 | 롃렫咀\h | 1110101110100001100000111110101110100000101010111110010110010010100000000101110001101000 | eba183eba0abe592805c68 |
UHC | 롃렫咀\h | 1000111011001010100011101011100111101110101110100101110001101000 | 8eca8eb9eeba5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)