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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 黜跫熄 | 111010100111100011100110111011011110000010001111 | ea78e6ede08f |
EUC-JP | 黜跫熄 | 111100111101100111101100111011111101111111101111 | f3d9ecefdfef |
UTF-8 | 黜跫熄 | 111010011011101110011100111010001011011110101011111001111000011010000100 | e9bb9ce8b7abe78684 |
UHC | 黜?熄 | 1111010111110101001111111110001111011000 | f5f53fe3d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)