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??xB | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
| SJIS-WIN | 淨?x淨?xB | 100111111100010000111111011110001001111111000100001111110111100001000010 | 9fc43f789fc43f7842 |
| EUC-JP | 淨?x淨?xB | 110111101100011000111111011110001101111011000110001111110111100001000010 | dec63f78dec63f7842 |
| UTF-8 | 淨렠x淨렠xB | 111001101011011110101000111010111010000010100000011110001110011010110111101010001110101110100000101000000111100001000010 | e6b7a8eba0a078e6b7a8eba0a07842 |
| UHC | 淨렠x淨렠xB | 1110111111100100100011101011000101111000111011111110010010001110101100010111100001000010 | efe48eb178efe48eb17842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)