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 | 閹捺ヲ顔浣^ | 11101000100001101001001111100110101001101000101011100111100111111010111101011110 | e88693e6a68ae79faf5e |
EUC-JP | 閹捺ヲ顔浣^ | 1110111111100110110001101110100010001110101001101011010011101001110111101011000101011110 | efe6c6e88ea6b4e9deb15e |
UTF-8 | 閹捺ヲ顔浣^ | 11101001100101101011100111100110100011011011101011101111101111011010011011101001101000011001010011100110101101011010001101011110 | e996b9e68dbaefbda6e9a194e6b5a35e |
UHC | ?捺?顔浣^ | 001111111101000111110100001111111110010011010100111010001100101101011110 | 3fd1f43fe4d4e8cb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)