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 | ??P??D? | 00111111001111110101000000111111001111110100010000111111 | 3f3f503f3f443f |
SJIS-WIN | ?譟P?讖D? | 001111111110011010011111010100000011111111100110101010010100010000111111 | 3fe69f503fe6a9443f |
EUC-JP | 嶴譟P嶴讖D嶴 | 100011111011101111110011111011001010000101010000100011111011101111110011111011001010101101000100100011111011101111110011 | 8fbbf3eca1508fbbf3ecab448fbbf3 |
UTF-8 | 嶴譟P嶴讖D嶴 | 1110010110110110101101001110100010101101100111110101000011100101101101101011010011101000101011101001011001000100111001011011011010110100 | e5b6b4e8ad9f50e5b6b4e8ae9644e5b6b4 |
UHC | ??P?讖D? | 0011111100111111010100000011111111110011110110010100010000111111 | 3f3f503ff3d9443f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)