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 | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-WIN | 蜍蝣[}蜍蝣[{^ | 11100101100010111110010110100000010110110111110111100101100010111110010110100000010110110111101101011110 | e58be5a05b7de58be5a05b7b5e |
EUC-JP | 蜍蝣[}蜍蝣[{^ | 11101001111010111110101010100010010110110111110111101001111010111110101010100010010110110111101101011110 | e9ebeaa25b7de9ebeaa25b7b5e |
UTF-8 | 蜍蝣[}蜍蝣[{^ | 1110100010011100100011011110100010011101101000110101101101111101111010001001110010001101111010001001110110100011010110110111101101011110 | e89c8de89da35b7de89c8de89da35b7b5e |
UHC | ??[}??[{^ | 001111110011111101011011011111010011111100111111010110110111101101011110 | 3f3f5b7d3f3f5b7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)