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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 酌借賁B | 10001110110111101000111011011000111001101100101001000010 | 8ede8ed8e6ca42 |
| EUC-JP | 酌借賁B | 10111100111000001011110011011010111011001100110001000010 | bce0bcdaeccc42 |
| UTF-8 | 酌借賁B | 11101001100001011000110011100101100000001001111111101000101100111000000101000010 | e9858ce5809fe8b38142 |
| UHC | 酌借賁B | 11101101110011001111001110101000110111011101001101000010 | edccf3a8ddd342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)