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 | »âÃÂ^ | 10001110101110111110001011000011100011101100001001011110 | 8ebbe2c38ec25e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??âÃ?Â^ | 00111111001111111000111110101011101001001000111110101010101010100011111110001111101010101010010001011110 | 3f3f8faba48faaaa3f8faaa45e |
UTF-8 | »âÃÂ^ | 11000010100011101100001010111011110000111010001011000011100000111100001010001110110000111000001001011110 | c28ec2bbc3a2c383c28ec3825e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)