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 | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 蠍ク讖イ蝨クH | 11100101101101101011100011100110101010011011001011100101100111001011100001001000 | e5b6b8e6a9b2e59cb848 |
EUC-JP | 蠍ク讖イ蝨クH | 11101010101110001000111010111000111011001010101110001110101100101110100111111100100011101011100001001000 | eab88eb8ecab8eb2e9fc8eb848 |
UTF-8 | 蠍ク讖イ蝨クH | 11101000101000001000110111101111101111011011100011101000101011101001011011101111101111011011001011101000100111011010100011101111101111011011100001001000 | e8a08defbdb8e8ae96efbdb2e89da8efbdb848 |
UHC | ??讖?蝨?H | 001111110011111111110011110110010011111111100011101001000011111101001000 | 3f3ff3d93fe3a43f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)