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 | 臍??媛? | 11100100011000000011111100111111100101010101000100111111 | e4603f3f95513f |
| EUC-JP | 臍??媛? | 11100111110000010011111100111111110010011011001000111111 | e7c13f3fc9b23f |
| UTF-8 | 臍멸ㄷ媛렣 | 111010001000011110001101111010111010100110111000111000111000010010110111111001011010101010011011111010111010000010100011 | e8878deba9b8e384b7e5aa9beba0a3 |
| UHC | 臍멸ㄷ媛렣 | 11110000101100001011100011101010101001001010011111101010101100001000111010110100 | f0b0b8eaa4a7eab08eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)