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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 輊潁x | 1110011101101000100111111111000101111000 | e7689ff178 |
EUC-JP | 輊潁x | 1110110111001001110111101111001101111000 | edc9def378 |
UTF-8 | 輊潁x | 11101000101111001000101011100110101111011000000101111000 | e8bc8ae6bd8178 |
UHC | ?潁x | 00111111111001111011100001111000 | 3fe7b878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)