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 | 魑・?讒笘 | 1110100110110011101001010011111111100110101001111110001010011000 | e9b3a53fe6a7e298 |
EUC-JP | 魑・彤讒笘 | 1111001010110101100011101010010110001111101111001111110111101100101010011110001111111000 | f2b58ea58fbcfdeca9e3f8 |
UTF-8 | 魑・彤讒笘 | 111010011010110110010001111011111011110110100101111001011011110110100100111010001010111010010010111001111010110010011000 | e9ad91efbda5e5bda4e8ae92e7ac98 |
UHC | ???讒? | 001111110011111100111111111100111101100000111111 | 3f3f3ff3d83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)