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 | æ÷næ÷nB | 111001101111011110001100011011101110011011110111100011000110111001000010 | e6f78c6ee6f78c6e42 |
SJIS-WIN | ?÷?n?÷?nB | 0011111110000001100000000011111101101110001111111000000110000000001111110110111001000010 | 3f81803f6e3f81803f6e42 |
EUC-JP | æ÷?næ÷?nB | 100011111010100111000001101000011110000000111111011011101000111110101001110000011010000111100000001111110110111001000010 | 8fa9c1a1e03f6e8fa9c1a1e03f6e42 |
UTF-8 | æ÷næ÷nB | 110000111010011011000011101101111100001010001100011011101100001110100110110000111011011111000010100011000110111001000010 | c3a6c3b7c28c6ec3a6c3b7c28c6e42 |
UHC | æ÷?næ÷?nB | 10101001101000011010000111000000001111110110111010101001101000011010000111000000001111110110111001000010 | a9a1a1c03f6ea9a1a1c03f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)