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 | 船豊 | 10010001010001001001011001001100 | 9144964c |
EUC-JP | 船豊 | 11000001101001011100101110101101 | c1a5cbad |
UTF-8 | 船豊 | 111010001000100010111001111010001011000110001010 | e888b9e8b18a |
UHC | 船豊 | 11100000110011111111100110100101 | e0cff9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)