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 | ÓAY | 100011101101001110001110101011010100000101011001 | 8ed38ead4159 |
SJIS-WIN | ????AY | 001111110011111100111111001111110100000101011001 | 3f3f3f3f4159 |
EUC-JP | ?Ó??AY | 0011111110001111101010101101000100111111001111110100000101011001 | 3f8faad13f3f4159 |
UTF-8 | ÓAY | 11000010100011101100001110010011110000101000111011000010101011010100000101011001 | c28ec393c28ec2ad4159 |
UHC | ???AY | 00111111001111110011111110100001101010010100000101011001 | 3f3f3fa1a94159 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)