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 | BTBTB | 10010010010000100101010010010010010000100101010001000010 | 92425492425442 |
SJIS-WIN | ?BT?BTB | 00111111010000100101010000111111010000100101010001000010 | 3f42543f425442 |
EUC-JP | ?BT?BTB | 00111111010000100101010000111111010000100101010001000010 | 3f42543f425442 |
UTF-8 | BTBTB | 110000101001001001000010010101001100001010010010010000100101010001000010 | c2924254c292425442 |
UHC | ?BT?BTB | 00111111010000100101010000111111010000100101010001000010 | 3f42543f425442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)