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 | 霈懐脉 | 111010001011110010001001111110011110001111110101 | e8bc89f9e3f5 |
EUC-JP | 霈懐脉 | 111100001011111010110010111110111110011011110111 | f0beb2fbe6f7 |
UTF-8 | 霈懐脉 | 111010011001110010001000111001101000011110010000111010001000010010001001 | e99c88e68790e88489 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)