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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 丹探h丹探 | 100100100100111110010010010101000110100010010010010011111001001001010100 | 924f925468924f9254 |
EUC-JP | 丹探h丹探 | 110000111011000011000011101101010110100011000011101100001100001110110101 | c3b0c3b568c3b0c3b5 |
UTF-8 | 丹探h丹探 | 11100100101110001011100111100110100011101010001001101000111001001011100010111001111001101000111010100010 | e4b8b9e68ea268e4b8b9e68ea2 |
UHC | 丹探h丹探 | 110100111010000111110111101011100110100011010011101000011111011110101110 | d3a1f7ae68d3a1f7ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)