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 | »âÕÛ^ | 10001110101110111110001011010101100011101101101101011110 | 8ebbe2d58edb5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??âÕ?Û^ | 00111111001111111000111110101011101001001000111110101010110110000011111110001111101010101110010101011110 | 3f3f8faba48faad83f8faae55e |
UTF-8 | »âÕÛ^ | 11000010100011101100001010111011110000111010001011000011100101011100001010001110110000111001101101011110 | c28ec2bbc3a2c395c28ec39b5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)