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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鄒梧ヲ顔浣^ | 11100111101111101000110011100110101001101000101011100111100111111010111101011110 | e7be8ce6a68ae79faf5e |
EUC-JP | 鄒梧ヲ顔浣^ | 1110111011000000101110001110100010001110101001101011010011101001110111101011000101011110 | eec0b8e88ea6b4e9deb15e |
UTF-8 | 鄒梧ヲ顔浣^ | 11101001100001001001001011100110101000101010011111101111101111011010011011101001101000011001010011100110101101011010001101011110 | e98492e6a2a7efbda6e9a194e6b5a35e |
UHC | 鄒梧?顔浣^ | 11110101110110111110011111111100001111111110010011010100111010001100101101011110 | f5dbe7fc3fe4d4e8cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)