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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 遽ウ軏区ァ「 | 111001111010111110110011111110111011001010001011111001101010011110100010 | e7afb3fbb28be6a7a2 |
| EUC-JP | 遽ウ軏区ァ「 | 11101110101100011000111010110011100011111110000011011001101101101110100010001110101001111000111010100010 | eeb18eb38fe0d9b6e88ea78ea2 |
| UTF-8 | 遽ウ軏区ァ「 | 111010011000000110111101111011111011110110110011111010001011101110001111111001011000110010111010111011111011110110100111111011111011110110100010 | e981bdefbdb3e8bb8fe58cbaefbda7efbda2 |
| UHC | 遽????? | 11001011111010000011111100111111001111110011111100111111 | cbe83f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)