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 | ?獻 | 001111111110000011011001 | 3fe0d9 |
EUC-JP | ?獻 | 001111111110000011011011 | 3fe0db |
UTF-8 | 쌩獻 | 111011001000110010101001111001111000110110111011 | ec8ca9e78dbb |
UHC | 쌩獻 | 10111101110111111111101011001100 | bddffacc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)