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 | 滓絞??? | 10011111111001101000110101101001001111110011111100111111 | 9fe68d693f3f3f |
EUC-JP | 滓絞??? | 11011110111010001011100111001010001111110011111100111111 | dee8b9ca3f3f3f |
UTF-8 | 滓絞렍뀄룹 | 111001101011101110010011111001111011010110011110111010111010000010001101111010111000000010000100111010111010001110111001 | e6bb93e7b59eeba08deb8084eba3b9 |
UHC | 滓絞렍뀄룹 | 11101110101010111100111011101101100011101010001110110010111011011011011111101100 | eeabceed8ea3b2edb7ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)