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 | °´¿Î | 10110000101101001011111111001110 | b0b4bfce |
SJIS-WIN | °´?? | 100000011000101110000001010011000011111100111111 | 818b814c3f3f |
EUC-JP | °´¿Î | 10100001111010111010000110101101100011111010001011000100100011111010101011000010 | a1eba1ad8fa2c48faac2 |
UTF-8 | °´¿Î | 1100001010110000110000101011010011000010101111111100001110001110 | c2b0c2b4c2bfc38e |
UHC | °´¿? | 10100001110001101010001010100101101000101010111100111111 | a1c6a2a5a2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)