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 | 螢戊侮粐 | 1110010110100011100101011110100010010101100011101110001011100010 | e5a395e8958ee2e2 |
| EUC-JP | 螢戊侮粐 | 1110101010100101110010101110101011001001111011101110010011100100 | eaa5caeac9eee4e4 |
| UTF-8 | 螢戊侮粐 | 111010001001111010100010111001101000100010001010111001001011111010101110111001111011001010010000 | e89ea2e6888ae4beaee7b290 |
| UHC | 螢戊侮? | 11111011101010111101100111100110110110011011001000111111 | fbabd9e6d9b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)