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 | 1110011110001000101101011110100010101100100111010100001001000010 | e788b5e8ac9d4242 |
EUC-JP | 辷オ隰截B | 111011011110100010001110101101011111000010101110110110011010001101000010 | ede88eb5f0aed9a342 |
UTF-8 | 辷オ隰截B | 11101000101111101011011111101111101111011011010111101001100110101011000011100110100010001010101001000010 | e8beb7efbdb5e99ab0e688aa42 |
UHC | ???截B | 001111110011111100111111111011111011100001000010 | 3f3f3fefb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)