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 | 100100100101000110010001101100001001000110110001100100011010101101000010 | 925191b091b191ab42 |
EUC-JP | 嘆族続足B | 110000111011001011000010101100101100001010110011110000101010110101000010 | c3b2c2b2c2b3c2ad42 |
UTF-8 | 嘆族続足B | 11100101100110001000011011100110100101111000111111100111101101101001101011101000101101101011001101000010 | e59886e6978fe7b69ae8b6b342 |
UHC | 嘆族?足B | 1111011110100011111100001110100100111111111100001110101101000010 | f7a3f0e93ff0eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)