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 | 癲???倭 | 11100001100111110011111100111111001111111001100001100000 | e19f3f3f3f9860 |
EUC-JP | 癲???倭 | 11100010101000010011111100111111001111111100111111000001 | e2a13f3f3fcfc1 |
UTF-8 | 癲샭덈쭑倭 | 111001111001100110110010111011001000001110101101111010111000110110001000111011001010110110010001111001011000000010101101 | e799b2ec83adeb8d88ecad91e580ad |
UHC | 癲샭덈쭑倭 | 11101111101001101001100011010001100010001110101110100111100010011110100011011110 | efa698d188eba789e8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)