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 | 1110000011000111111000011001011001101001111000001100011111100001100101100110100101000010 | e0c7e19669e0c7e1966942 |
EUC-JP | 猊癘i猊癘iB | 1110000011001001111000011111011001101001111000001100100111100001111101100110100101000010 | e0c9e1f669e0c9e1f66942 |
UTF-8 | 猊癘i猊癘iB | 111001111000110010001010111001111001100110011000011010011110011110001100100010101110011110011001100110000110100101000010 | e78c8ae7999869e78c8ae799986942 |
UHC | 猊?i猊?iB | 111001111101100100111111011010011110011111011001001111110110100101000010 | e7d93f69e7d93f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)