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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
| SJIS-WIN | 辰洩祗A | 10010010010000111000100101101011111000100100110001000001 | 9243896be24c41 |
| EUC-JP | 辰洩祗A | 11000011101001001011000111001100111000111010110101000001 | c3a4b1cce3ad41 |
| UTF-8 | 辰洩祗A | 11101000101111101011000011100110101101001010100111100111101001011001011101000001 | e8beb0e6b4a9e7a59741 |
| UHC | 辰洩祗A | 11110010111000111110000011011101111100101011010001000001 | f2e3e0ddf2b441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)