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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 邀??饒??^ | 111001111011000100111111001111111110100101100000001111110011111101011110 | e7b13f3fe9603f3f5e |
| EUC-JP | 邀??饒??^ | 111011101011001100111111001111111111000111000001001111110011111101011110 | eeb33f3ff1c13f3f5e |
| UTF-8 | 邀륅쉿饒뽳슴^ | 11101001100000101000000011101011101001011000010111101100100010011011111111101001101001011001001011101011101111011011001111101100100010101011010001011110 | e98280eba585ec89bfe9a592ebbdb3ec8ab45e |
| UHC | 邀륅쉿饒뽳슴^ | 11101001101011011000111111101111101111011011001011101001101011101001011011101111101111011011111101011110 | e9ad8fefbdb2e9ae96efbdbf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)