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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 船船^ | 1001000101000100100100010100010001011110 | 914491445e |
EUC-JP | 船船^ | 1100000110100101110000011010010101011110 | c1a5c1a55e |
UTF-8 | 船船^ | 11101000100010001011100111101000100010001011100101011110 | e888b9e888b95e |
UHC | 船船^ | 1110000011001111111000001100111101011110 | e0cfe0cf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)