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 | ¢?¬ | 101000100011111110101100 | a23fac |
SJIS-WIN | ¢¥¬ | 100000011001000110000001100011111000000111001010 | 8191818f81ca |
EUC-JP | ¢¥¬ | 101000011111000110100001111011111010001011001100 | a1f1a1efa2cc |
UTF-8 | ¢¥¬ | 11000010101000101110111110111111101001011100001010101100 | c2a2efbfa5c2ac |
UHC | ?¥? | 00111111101000011100110100111111 | 3fa1cd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)