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 | 111101111111010111100110110010000100001001000110 | f7f5e6c84246 |
SJIS-WIN | ÷???BF | 10000001100000000011111100111111001111110100001001000110 | 81803f3f3f4246 |
EUC-JP | ÷õæÈBF | 10100001111000001000111110101011110110001000111110101001110000011000111110101010101100100100001001000110 | a1e08fabd88fa9c18faab24246 |
UTF-8 | ÷õæÈBF | 11000011101101111100001110110101110000111010011011000011100010000100001001000110 | c3b7c3b5c3a6c3884246 |
UHC | ÷?æ?BF | 1010000111000000001111111010100110100001001111110100001001000110 | a1c03fa9a13f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)