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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
| SJIS-WIN | 識D識D^ | 1111000010101000100011101010111101000100111100001010100010001110101011110100010001011110 | f0a88eaf44f0a88eaf445e |
| EUC-JP | ?識D?識D^ | 001111111011110010110001010001000011111110111100101100010100010001011110 | 3fbcb1443fbcb1445e |
| UTF-8 | 識D識D^ | 111011101000000110100111111010001010110110011000010001001110111010000001101001111110100010101101100110000100010001011110 | ee81a7e8ad9844ee81a7e8ad98445e |
| UHC | ?識D?識D^ | 001111111110001111011011010001000011111111100011110110110100010001011110 | 3fe3db443fe3db445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)