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Ù | 11011001111110100110100011011001 | d9fa68d9 |
SJIS-WIN | ??h? | 00111111001111110110100000111111 | 3f3f683f |
EUC-JP | ÙúhÙ | 10001111101010101110001110001111101010111110001001101000100011111010101011100011 | 8faae38fabe2688faae3 |
UTF-8 | ÙúhÙ | 11000011100110011100001110111010011010001100001110011001 | c399c3ba68c399 |
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)