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 | ÔýhÔ | 11010100111111010110100011010100 | d4fd68d4 |
SJIS-WIN | ??h? | 00111111001111110110100000111111 | 3f3f683f |
EUC-JP | ÔýhÔ | 10001111101010101101010010001111101010111111001001101000100011111010101011010100 | 8faad48fabf2688faad4 |
UTF-8 | ÔýhÔ | 11000011100101001100001110111101011010001100001110010100 | c394c3bd68c394 |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)