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 | 重???齬頭 | 100011110110010000111111001111110011111111101010100101111001001110101010 | 8f643f3f3fea9793aa |
| EUC-JP | 重???齬頭 | 101111011100010100111111001111110011111111110011111101111100011010101100 | bdc53f3f3ff3f7c6ac |
| UTF-8 | 重렮렺렟齬頭 | 111010011000011110001101111010111010000010101110111010111010000010111010111010111010000010011111111010011011110110101100111010011010000010101101 | e9878deba0aeeba0baeba09fe9bdace9a0ad |
| UHC | 重렮렺렟齬頭 | 111100011110110010001110101110111000111011000010100011101011000011100101111000011101010011101001 | f1ec8ebb8ec28eb0e5e1d4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)