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 | ÓÖQ] | 100011101101001110001110110101100101000101011101 | 8ed38ed6515d |
SJIS-WIN | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
EUC-JP | ?Ó?ÖQ] | 00111111100011111010101011010001001111111000111110101010110100110101000101011101 | 3f8faad13f8faad3515d |
UTF-8 | ÓÖQ] | 11000010100011101100001110010011110000101000111011000011100101100101000101011101 | c28ec393c28ec396515d |
UHC | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)