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 | 11100110111000101001011011010000100000011100100001000010 | e6e296d081c842 |
EUC-JP | 趙孟∧B | 11101100111001001100110011010010101000101100101001000010 | ece4ccd2a2ca42 |
UTF-8 | 趙孟∧B | 11101000101101101001100111100101101011011001111111100010100010001010011101000010 | e8b699e5ad9fe288a742 |
UHC | 趙孟∧B | 11110000111000011101100011101011101000011111110001000010 | f0e1d8eba1fc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)