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? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 譚題セソh譚 | 111001101001110110010001111010001011111010111111011010001110011010011101 | e69d91e8bebf68e69d |
EUC-JP | 譚題セソh譚 | 1110101111111101110000101110101010001110101111101000111010111111011010001110101111111101 | ebfdc2ea8ebe8ebf68ebfd |
UTF-8 | 譚題セソh譚 | 11101000101011011001101011101001101000011000110011101111101111011011111011101111101111011011111101101000111010001010110110011010 | e8ad9ae9a18cefbdbeefbdbf68e8ad9a |
UHC | 譚題??h譚 | 110100111100100111110000101110010011111100111111011010001101001111001001 | d3c9f0b93f3f68d3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)