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 | ÂÃ¥^e^ | 10001110110000101100001110100101010111100110010101011110 | 8ec2c3a55e655e |
SJIS-WIN | ???¥^e^ | 0011111100111111001111111000000110001111010111100110010101011110 | 3f3f3f818f5e655e |
EUC-JP | ?ÂÃ?^e^ | 0011111110001111101010101010010010001111101010101010101000111111010111100110010101011110 | 3f8faaa48faaaa3f5e655e |
UTF-8 | ÂÃ¥^e^ | 1100001010001110110000111000001011000011100000111100001010100101010111100110010101011110 | c28ec382c383c2a55e655e |
UHC | ????^e^ | 00111111001111110011111100111111010111100110010101011110 | 3f3f3f3f5e655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)