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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 瓦ε?與? | 1000101010100010100000111100001100111111111001000110111100111111 | 8aa283c33fe46f3f |
| EUC-JP | 瓦ε?與? | 1011010010100100101001101100010100111111111001111101000000111111 | b4a4a6c53fe7d03f |
| UTF-8 | 瓦ε젮與튎 | 1110011110010011101001101100111010110101111011001010000010101110111010001000100010000111111011011000101010001110 | e793a6ceb5eca0aee88887ed8a8e |
| UHC | 瓦ε젮與튎 | 11101000101111111010010111100101101000001010010011100110101010001011101001000010 | e8bfa5e5a0a4e6a8ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)