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??X | 001111110011111101010000001111110011111101011000 | 3f3f503f3f58 |
SJIS-WIN | ?讓P?讓X | 0011111111100110101010000101000000111111111001101010100001011000 | 3fe6a8503fe6a858 |
EUC-JP | 嶴讓P嶴讓X | 100011111011101111110011111011001010101001010000100011111011101111110011111011001010101001011000 | 8fbbf3ecaa508fbbf3ecaa58 |
UTF-8 | 嶴讓P嶴讓X | 1110010110110110101101001110100010101110100100110101000011100101101101101011010011101000101011101001001101011000 | e5b6b4e8ae9350e5b6b4e8ae9358 |
UHC | ?讓P?讓X | 0011111111100101110100110101000000111111111001011101001101011000 | 3fe5d3503fe5d358 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)