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 | ??翫 | 00111111001111111000101011100011 | 3f3f8ae3 |
EUC-JP | ??翫 | 00111111001111111011010011100101 | 3f3fb4e5 |
UTF-8 | 롏롆翫 | 111010111010000110001111111010111010000110000110111001111011111110101011 | eba18feba186e7bfab |
UHC | 롏롆翫 | 100011101101010110001110110011001110100011010001 | 8ed58ecce8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)