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 | ??E}B | 0011111100111111010001010111110101000010 | 3f3f457d42 |
SJIS-WIN | ??E}B | 0011111100111111010001010111110101000010 | 3f3f457d42 |
EUC-JP | ??E}B | 0011111100111111010001010111110101000010 | 3f3f457d42 |
UTF-8 | 쒔렊E}B | 111011001001001010010100111010111010000010001010010001010111110101000010 | ec9294eba08a457d42 |
UHC | 쒔렊E}B | 10111110101011011000111010100001010001010111110101000010 | bead8ea1457d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)