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 | 兀??源ι | 1001100101011001001111110011111110001100101110011000001111000111 | 99593f3f8cb983c7 |
EUC-JP | 兀??源ι | 1101000110111010001111110011111110111000101110111010011011001001 | d1ba3f3fb8bba6c9 |
UTF-8 | 兀덇퀓源ι | 1110010110000101100000001110101110001101100001111110110110000000100100111110011010111010100100001100111010111001 | e58580eb8d87ed8093e6ba90ceb9 |
UHC | 兀덇퀓源ι | 11101000101101001000100011101010101100111000100011101010101110011010010111101001 | e8b488eab388eab9a5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)