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 | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
| EUC-JP | ??x??xB | 00111111001111110111100000111111001111110111100001000010 | 3f3f783f3f7842 |
| UTF-8 | 쑹렶x쑹렶xB | 111011001001000110111001111010111010000010110110011110001110110010010001101110011110101110100000101101100111100001000010 | ec91b9eba0b678ec91b9eba0b67842 |
| UHC | 쑹렶x쑹렶xB | 1011111010101011100011101100000101111000101111101010101110001110110000010111100001000010 | beab8ec178beab8ec17842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)