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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 螳矩し | 111001011010111010001011111010011000001010110101 | e5ae8be982b5 |
EUC-JP | 螳矩し | 111010101011000010110110111010111010010010110111 | eab0b6eba4b7 |
UTF-8 | 螳矩し | 111010001001111010110011111001111001111110101001111000111000000110010111 | e89eb3e79fa9e38197 |
UHC | 螳矩し | 110100111101100111001111101110111010101010110111 | d3d9cfbbaab7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)