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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 曖??瀛?? | 1001111001000010001111110011111111100000011010010011111100111111 | 9e423f3fe0693f3f |
| EUC-JP | 曖??瀛?? | 1101101110100011001111110011111111011111110010100011111100111111 | dba33f3fdfca3f3f |
| UTF-8 | 曖뤹똛瀛걦뢔 | 111001101001101110010110111010111010010010111001111010111001100010011011111001111000000010011011111010101011000110100110111010111010001010010100 | e69b96eba4b9eb989be7809beab1a6eba294 |
| UHC | 曖뤹똛瀛걦뢔 | 111001001111001010001111111001111000110001011000111001111011101010000001100011111000111101001111 | e4f28fe78c58e7ba818f8f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)