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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 題磬?] | 100100011110100011100001111111000011111101011101 | 91e8e1fc3f5d |
EUC-JP | 題磬?] | 110000101110101011100010111111100011111101011101 | c2eae2fe3f5d |
UTF-8 | 題磬쨀] | 11101001101000011000110011100111101000111010110011101100101010001000000001011101 | e9a18ce7a3aceca8805d |
UHC | 題磬쨀] | 11110000101110011100110011100100110000101011001101011101 | f0b9cce4c2b35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)