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 | 100011111010100111000001011110001000111110101001110000010111100001000010 | 8fa9c1788fa9c17842 |
| EUC-JP | 娼チx娼チxB | 1011111010101011100011101100000101111000101111101010101110001110110000010111100001000010 | beab8ec178beab8ec17842 |
| UTF-8 | 娼チx娼チxB | 111001011010100010111100111011111011111010000001011110001110010110101000101111001110111110111110100000010111100001000010 | e5a8bcefbe8178e5a8bcefbe817842 |
| UHC | 娼?x娼?xB | 111100111101111000111111011110001111001111011110001111110111100001000010 | f3de3f78f3de3f7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)