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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 竣?雲?BF | 1000111101110110001111111000100101011111001111110100001001000110 | 8f763f895f3f4246 |
EUC-JP | 竣?雲?BF | 1011110111010111001111111011000111000000001111110100001001000110 | bdd73fb1c03f4246 |
UTF-8 | 竣렧雲렦BF | 1110011110101011101000111110101110100000101001111110100110011011101100101110101110100000101001100100001001000110 | e7aba3eba0a7e99bb2eba0a64246 |
UHC | 竣렧雲렦BF | 11110001111000101000111010110110111010101010001110001110101101010100001001000110 | f1e28eb6eaa38eb54246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)