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 | åvB | 11100101100010110111011001000010 | e58b7642 |
SJIS-WIN | ??vB | 00111111001111110111011001000010 | 3f3f7642 |
EUC-JP | å?vB | 100011111010101110101001001111110111011001000010 | 8faba93f7642 |
UTF-8 | åvB | 110000111010010111000010100010110111011001000010 | c3a5c28b7642 |
UHC | ??vB | 00111111001111110111011001000010 | 3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)