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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 臍??悛 | 111001000110000000111111001111111001110010100000 | e4603f3f9ca0 |
| EUC-JP | 臍??悛 | 111001111100000100111111001111111101100010100010 | e7c13f3fd8a2 |
| UTF-8 | 臍멸ㄷ悛 | 111010001000011110001101111010111010100110111000111000111000010010110111111001101000001010011011 | e8878deba9b8e384b7e6829b |
| UHC | 臍멸ㄷ悛 | 1111000010110000101110001110101010100100101001111110111011111001 | f0b0b8eaa4a7eef9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)