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 | 郤捺ォ帚゚ | 1110011110111010100100111110011010101011100110111110001011011111 | e7ba93e6ab9be2df |
| EUC-JP | 郤捺ォ帚゚ | 11101110101111001100011011101000100011101010101111010110111001001000111011011111 | eebcc6e88eabd6e48edf |
| UTF-8 | 郤捺ォ帚゚ | 111010011000001110100100111001101000110110111010111011111011110110101011111001011011100010011010111011111011111010011111 | e983a4e68dbaefbdabe5b89aefbe9f |
| UHC | ?捺??? | 001111111101000111110100001111110011111100111111 | 3fd1f43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)