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 | 碩薛碩 | 100100001101011111100101010011001001000011010111 | 90d7e54c90d7 |
EUC-JP | 碩薛碩 | 110000001101100111101001101011011100000011011001 | c0d9e9adc0d9 |
UTF-8 | 碩薛碩 | 111001111010001010101001111010001001011010011011111001111010001010101001 | e7a2a9e8969be7a2a9 |
UHC | 碩薛碩 | 111000001011010111100000111000001110000010110101 | e0b5e0e0e0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)