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 | 蘂??應ゆ? | 111001010100000100111111001111111001110011100100100000101110010000111111 | e5413f3f9ce482e43f |
| EUC-JP | 蘂??應ゆ? | 111010011010001000111111001111111101100011100110101001001110011000111111 | e9a23f3fd8e6a4e63f |
| UTF-8 | 蘂뚣깾應ゆ뀆 | 111010001001100010000010111010111001101010100011111010101011100110111110111001101000011110001001111000111000001010000110111010111000000010000110 | e89882eb9aa3eab9bee68789e38286eb8086 |
| UHC | 蘂뚣깾應ゆ뀆 | 111001111101111010001100111000111000001110100111111010111110101110101010111001101000010110000010 | e7de8ce383a7ebebaae68582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)