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 | 滓?止?滓? | 100111111110011000111111100011100111111000111111100111111110011000111111 | 9fe63f8e7e3f9fe63f |
| EUC-JP | 滓?止?滓? | 110111101110100000111111101110111101111100111111110111101110100000111111 | dee83fbbdf3fdee83f |
| UTF-8 | 滓렔止렣滓렔 | 111001101011101110010011111010111010000010010100111001101010110110100010111010111010000010100011111001101011101110010011111010111010000010010100 | e6bb93eba094e6ada2eba0a3e6bb93eba094 |
| UHC | 滓렔止렣滓렔 | 111011101010101110001110101010011111001010101101100011101011010011101110101010111000111010101001 | eeab8ea9f2ad8eb4eeab8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)