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 | セ骼ォ室症 | 11110010101100001011111011101001100011101010101110001110101110101000111111000111 | f2b0bee98eab8eba8fc7 |
| EUC-JP | ?セ骼ォ室症 | 0011111110001110101111101111000111101110100011101010101110111100101111001011111011001001 | 3f8ebef1ee8eabbcbcbec9 |
| UTF-8 | セ骼ォ室症 | 111011101000011110100111111011111011110110111110111010011010101010111100111011111011110110101011111001011010111010100100111001111001011110000111 | ee87a7efbdbee9aabcefbdabe5aea4e79787 |
| UHC | ????室症 | 0011111100111111001111110011111111100011111110001111000111111000 | 3f3f3f3fe3f8f1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)