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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 猾絎] | 1110000011001111111000110100110101011101 | e0cfe34d5d |
EUC-JP | 猾絎] | 1110000011010001111001011010111001011101 | e0d1e5ae5d |
UTF-8 | 猾絎] | 11100111100011001011111011100111101101011000111001011101 | e78cbee7b58e5d |
UHC | 猾?] | 11111100110000100011111101011101 | fcc23f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)