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 | 11101001101010011001010111100110100011011011101101000010 | e9a995e68dbb42 |
EUC-JP | 鬩墓砂B | 11110010101010111100101011101000101110101011110101000010 | f2abcae8babd42 |
UTF-8 | 鬩墓砂B | 11101001101011001010100111100101101000101001001111100111101000001000001001000010 | e9aca9e5a293e7a08242 |
UHC | ?墓砂B | 001111111101100111010111110111101110001101000010 | 3fd9d7dee342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)