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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?熱 | 001111111001010001001101 | 3f944d |
EUC-JP | ?熱 | 001111111100011110101110 | 3fc7ae |
UTF-8 | 것熱 | 111010101011001010000011111001111000011010110001 | eab283e786b1 |
UHC | 것熱 | 10110000110011011110011011110000 | b0cde6f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)