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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 彗???譯?B | 100111000110000100111111001111110011111111100110101000010011111101000010 | 9c613f3f3fe6a13f42 |
EUC-JP | 彗???譯?B | 110101111100001000111111001111110011111111101100101000110011111101000010 | d7c23f3f3feca33f42 |
UTF-8 | 彗묔轢볨譯춇B | 11100101101111011001011111101011101011001001010011101111101001101000110111101011101100111010100011101000101011011010111111101100101101101000011101000010 | e5bd97ebac94efa68debb3a8e8adafecb68742 |
UHC | 彗묔轢볨譯춇B | 11111011101100101001000111101110111001101011110010010011111011101110011010111011101011010110011101000010 | fbb291eee6bc93eee6bbad6742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)