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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 碩隘靄B | 10010000110101111110100010100101111010001100100101000010 | 90d7e8a5e8c942 |
EUC-JP | 碩隘靄B | 11000000110110011111000010100111111100001100101101000010 | c0d9f0a7f0cb42 |
UTF-8 | 碩隘靄B | 11100111101000101010100111101001100110101001100011101001100111011000010001000010 | e7a2a9e99a98e99d8442 |
UHC | 碩隘靄B | 11100000101101011110010011110110111001001111011101000010 | e0b5e4f6e4f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)