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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 雲?し? | 100010010101111100111111100000101011010100111111 | 895f3f82b53f |
| EUC-JP | 雲?し? | 101100011100000000111111101001001011011100111111 | b1c03fa4b73f |
| UTF-8 | 雲랐し렣 | 111010011001101110110010111010111001111010010000111000111000000110010111111010111010000010100011 | e99bb2eb9e90e38197eba0a3 |
| UHC | 雲랐し렣 | 1110101010100011101101101111101010101010101101111000111010110100 | eaa3b6faaab78eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)