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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蜍蝣蜍蝣^ | 111001011000101111100101101000001110010110001011111001011010000001011110 | e58be5a0e58be5a05e |
EUC-JP | 蜍蝣蜍蝣^ | 111010011110101111101010101000101110100111101011111010101010001001011110 | e9ebeaa2e9ebeaa25e |
UTF-8 | 蜍蝣蜍蝣^ | 11101000100111001000110111101000100111011010001111101000100111001000110111101000100111011010001101011110 | e89c8de89da3e89c8de89da35e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)