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 | 蒐?? | 10001111010011100011111100111111 | 8f4e3f3f |
EUC-JP | 蒐?? | 10111101101011110011111100111111 | bdaf3f3f |
UTF-8 | 蒐걡렓 | 111010001001001010010000111010101011000110100001111010111010000010010011 | e89290eab1a1eba093 |
UHC | 蒐걡렓 | 111000101011110110000001100010101000111010101000 | e2bd818a8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)