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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 塢??獄??h | 100110101100011100111111001111111000110110010110001111110011111101101000 | 9ac73f3f8d963f3f68 |
EUC-JP | 塢??獄??h | 110101001100100100111111001111111011100111110110001111110011111101101000 | d4c93f3fb9f63f3f68 |
UTF-8 | 塢뽳쉘獄깍쉴h | 11100101101000011010001011101011101111011011001111101100100010011001100011100111100011011000010011101010101110011000110111101100100010011011010001101000 | e5a1a2ebbdb3ec8998e78d84eab98dec89b468 |
UHC | 塢뽳쉘獄깍쉴h | 11100111111100011001011011101111101111011010100111101000101010111011000111101111101111011010111101101000 | e7f196efbda9e8abb1efbdaf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)