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 | 顆ャ譎我 | 11101000111101111010110011100110100110011000100111100100 | e8f7ace69989e4 |
| EUC-JP | 顆ャ譎我 | 1111000011111001100011101010110011101011111110011011001011100110 | f0f98eacebf9b2e6 |
| UTF-8 | 顆ャ譎我 | 111010011010000110000110111011111011110110101100111010001010110110001110111001101000100010010001 | e9a186efbdace8ad8ee68891 |
| UHC | 顆?譎我 | 11001110101010000011111111111101110100101110010010110010 | cea83ffdd2e4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)