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 | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
SJIS-WIN | 劾?????\h | 100010100100111000111111001111110011111100111111001111110101110001101000 | 8a4e3f3f3f3f3f5c68 |
EUC-JP | 劾?????\h | 101100111010111100111111001111110011111100111111001111110101110001101000 | b3af3f3f3f3f3f5c68 |
UTF-8 | 劾롮쮷梨뚯쮰\h | 1110010110001010101111101110101110100001101011101110110010101110101101111110111110100111101000101110101110011010101011111110110010101110101100000101110001101000 | e58abeeba1aeecaeb7efa7a2eb9aafecaeb05c68 |
UHC | 劾롮쮷梨뚯쮰\h | 1111101010110110100011101110110010101000100101001110110010110001100011001110110010101000100011010101110001101000 | fab68eeca894ecb18ceca88d5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)