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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 猾? | 111000001100111100111111 | e0cf3f |
EUC-JP | 猾鉊 | 1110000011010001100011111110001111011101 | e0d18fe3dd |
UTF-8 | 猾鉊 | 111001111000110010111110111010011000100110001010 | e78cbee9898a |
UHC | 猾? | 111111001100001000111111 | fcc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)