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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 膊萱B | 1110010001001101100010101001111001000010 | e44d8a9e42 |
EUC-JP | 膊萱B | 1110011110101110101100111111111001000010 | e7aeb3fe42 |
UTF-8 | 膊萱B | 11101000100001101000101011101000100100001011000101000010 | e8868ae890b142 |
UHC | 膊萱B | 1101101011011011111111011100000001000010 | dadbfdc042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)