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 | 荵萵渉 | 111001001011100111100100111000001000111111000010 | e4b9e4e08fc2 |
EUC-JP | 荵萵渉 | 111010001011101111101000111000101011111011000100 | e8bbe8e2bec4 |
UTF-8 | 荵萵渉 | 111010001000110110110101111010001001000010110101111001101011100010001001 | e88db5e890b5e6b889 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)