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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??莎パ’ | 0011111100111111111001001011001110000011011100001000000101100110 | 3f3fe4b383708166 |
EUC-JP | ??莎パ’ | 0011111100111111111010001011010110100101110100011010000111000111 | 3f3fe8b5a5d1a1c7 |
UTF-8 | 룴가莎パ’ | 111010111010001110110100111010101011000010000000111010001000111010001110111000111000001110010001111000101000000010011001 | eba3b4eab080e88e8ee38391e28099 |
UHC | 룴가莎パ’ | 10001111101010011011000010100001110111101110110110101011110100011010000110101111 | 8fa9b0a1deedabd1a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)