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 | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
EUC-JP | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
UTF-8 | 淋롮쮷梨뚯쮰\h | 1110111110100111101101011110101110100001101011101110110010101110101101111110111110100111101000101110101110011010101011111110110010101110101100000101110001101000 | efa7b5eba1aeecaeb7efa7a2eb9aafecaeb05c68 |
UHC | 淋롮쮷梨뚯쮰\h | 1110110011111000100011101110110010101000100101001110110010110001100011001110110010101000100011010101110001101000 | ecf88eeca894ecb18ceca88d5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)