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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 輦癘i輦癘iB | 1110011101110010111000011001011001101001111001110111001011100001100101100110100101000010 | e772e19669e772e1966942 |
EUC-JP | 輦癘i輦癘iB | 1110110111010011111000011111011001101001111011011101001111100001111101100110100101000010 | edd3e1f669edd3e1f66942 |
UTF-8 | 輦癘i輦癘iB | 111010001011110010100110111001111001100110011000011010011110100010111100101001101110011110011001100110000110100101000010 | e8bca6e7999869e8bca6e799986942 |
UHC | 輦?i輦?iB | 110101101010011000111111011010011101011010100110001111110110100101000010 | d6a63f69d6a63f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)