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綢 | 1110001101100001011010001110001101100001 | e36168e361 |
EUC-JP | 綢h綢 | 1110010111000010011010001110010111000010 | e5c268e5c2 |
UTF-8 | 綢h綢 | 11100111101101101010001001101000111001111011011010100010 | e7b6a268e7b6a2 |
UHC | 綢h綢 | 1111000111000110011010001111000111000110 | f1c668f1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)