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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 旦但単端h | 100100100101010110010010010000011001001001010000100100100101101101101000 | 925592419250925b68 |
EUC-JP | 旦但単端h | 110000111011011011000011101000101100001110110001110000111011110001101000 | c3b6c3a2c3b1c3bc68 |
UTF-8 | 旦但単端h | 11100110100101111010011011100100101111011000011011100101100011011001100011100111101010111010111101101000 | e697a6e4bd86e58d98e7abaf68 |
UHC | 旦但?端h | 1101001110101001110100111010001100111111110100111010111001101000 | d3a9d3a33fd3ae68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)