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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 冓儡癪 | 100110010110100110011001010100111110000110011011 | 99699953e19b |
EUC-JP | 冓儡癪 | 110100011100101011010001101101001110000111111011 | d1cad1b4e1fb |
UTF-8 | 冓儡癪 | 111001011000011010010011111001011000010010100001111001111001100110101010 | e58693e584a1e799aa |
UHC | ?儡? | 00111111110101101110110100111111 | 3fd6ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)