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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 船h船 | 1001000101000100011010001001000101000100 | 9144689144 |
EUC-JP | 船h船 | 1100000110100101011010001100000110100101 | c1a568c1a5 |
UTF-8 | 船h船 | 11101000100010001011100101101000111010001000100010111001 | e888b968e888b9 |
UHC | 船h船 | 1110000011001111011010001110000011001111 | e0cf68e0cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)