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 | @M@ | 100100110100000010010100010011011001001101000000 | 9340944d9340 |
SJIS-WIN | ?@?M?@ | 001111110100000000111111010011010011111101000000 | 3f403f4d3f40 |
EUC-JP | ?@?M?@ | 001111110100000000111111010011010011111101000000 | 3f403f4d3f40 |
UTF-8 | @M@ | 110000101001001101000000110000101001010001001101110000101001001101000000 | c29340c2944dc29340 |
UHC | ?@?M?@ | 001111110100000000111111010011010011111101000000 | 3f403f4d3f40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)