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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 倭??午 | 100110000110000000111111001111111000110011011111 | 98603f3f8cdf |
EUC-JP | 倭??午 | 110011111100000100111111001111111011100011100001 | cfc13f3fb8e1 |
UTF-8 | 倭묕쉐午 | 111001011000000010101101111010111010110010010101111011001000100110010000111001011000110110001000 | e580adebac95ec8990e58d88 |
UHC | 倭묕쉐午 | 1110100011011110100100011110111110111101101001101110011111101101 | e8de91efbda6e7ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)