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 | ´ñ£ | 10001110101101001111000110100011 | 8eb4f1a3 |
SJIS-WIN | ?´?£ | 001111111000000101001100001111111000000110010010 | 3f814c3f8192 |
EUC-JP | ?´ñ£ | 0011111110100001101011011000111110101011110100001010000111110010 | 3fa1ad8fabd0a1f2 |
UTF-8 | ´ñ£ | 1100001010001110110000101011010011000011101100011100001010100011 | c28ec2b4c3b1c2a3 |
UHC | ?´?? | 0011111110100010101001010011111100111111 | 3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)