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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蜥、逵йB | 1110010110010010101001001110011110011100100001000111101001000010 | e592a4e79c847a42 |
EUC-JP | 蜥、逵йB | 111010011111001010001110101001001110110111111100101001111101101101000010 | e9f28ea4edfca7db42 |
UTF-8 | 蜥、逵йB | 111010001001110010100101111011111011110110100100111010011000000010110101110100001011100101000010 | e89ca5efbda4e980b5d0b942 |
UHC | ??逵йB | 00111111001111111101000010110000101011001101101101000010 | 3f3fd0b0acdb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)