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 | ???扼 | 0011111100111111001111111001110101001110 | 3f3f3f9d4e |
EUC-JP | 旿??扼 | 10001111110000011111010000111111001111111101100110101111 | 8fc1f43f3fd9af |
UTF-8 | 旿닸퍞扼 | 111001101001011110111111111010111000101110111000111011011000110110011110111001101000100110111100 | e697bfeb8bb8ed8d9ee689bc |
UHC | 旿닸퍞扼 | 1110011111111010101101001110011010111011100101011110010011111001 | e7fab4e6bb95e4f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)