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 | 庄?ε雨?沚 | 10001111101011110011111110000011110000111000100101001010001111111001111110001101 | 8faf3f83c3894a3f9f8d |
| EUC-JP | 庄?ε雨?沚 | 10111110101100010011111110100110110001011011000110101011001111111101110111101101 | beb13fa6c5b1ab3fdded |
| UTF-8 | 庄얕ε雨렋沚 | 1110010110111010100001001110110010010110100101011100111010110101111010011001101110101000111010111010000010001011111001101011001010011010 | e5ba84ec9695ceb5e99ba8eba08be6b29a |
| UHC | 庄얕ε雨렋沚 | 111011011110010010111110111010001010010111100101111010011110101110001110101000101111001010101111 | ede4bee8a5e5e9eb8ea2f2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)