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 | 鉷宍鴫鉷 | 11111011110011011000111010110011111100001011101010001110101100001111101111001101 | fbcd8eb3f0ba8eb0fbcd |
EUC-JP | 鉷宍?鴫鉷 | 1000111111100011111100011011110010110101001111111011110010110010100011111110001111110001 | 8fe3f1bcb53fbcb28fe3f1 |
UTF-8 | 鉷宍鴫鉷 | 111010011000100110110111111001011010111010001101111011101000000110111001111010011011010010101011111010011000100110110111 | e989b7e5ae8dee81b9e9b4abe989b7 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)