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 | Ó÷®~ | 1101001110101101111101111010111001111110 | d3adf7ae7e |
SJIS-WIN | ??÷?~ | 001111110011111110000001100000000011111101111110 | 3f3f81803f7e |
EUC-JP | Ó?÷®~ | 10001111101010101101000100111111101000011110000010001111101000101110111001111110 | 8faad13fa1e08fa2ee7e |
UTF-8 | Ó÷®~ | 110000111001001111000010101011011100001110110111110000101010111001111110 | c393c2adc3b7c2ae7e |
UHC | ?÷®~ | 0011111110100001101010011010000111000000101000101110011101111110 | 3fa1a9a1c0a2e77e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)