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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 蓁葹\ | 1110010011101011111001001101111101011100 | e4ebe4df5c |
EUC-JP | 蓁葹\ | 1110100011101101111010001110000101011100 | e8ede8e15c |
UTF-8 | 蓁葹\ | 11101000100100111000000111101000100100011011100101011100 | e89381e891b95c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)