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 | 顆ス菫セ顰 | 1110100011110111101111011110010010111111101111101110100011111100 | e8f7bde4bfbee8fc |
| EUC-JP | 顆ス菫セ顰 | 11110000111110011000111010111101111010001100000110001110101111101111000011111110 | f0f98ebde8c18ebef0fe |
| UTF-8 | 顆ス菫セ顰 | 111010011010000110000110111011111011110110111101111010001000111110101011111011111011110110111110111010011010000110110000 | e9a186efbdbde88fabefbdbee9a1b0 |
| UHC | 顆?菫?? | 11001110101010000011111111010000110010110011111100111111 | cea83fd0cb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)