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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | マコマコB | 1100111110111010110011111011101001000010 | cfbacfba42 |
EUC-JP | マコマコB | 100011101100111110001110101110101000111011001111100011101011101001000010 | 8ecf8eba8ecf8eba42 |
UTF-8 | マコマコB | 11101111101111101000111111101111101111011011101011101111101111101000111111101111101111011011101001000010 | efbe8fefbdbaefbe8fefbdba42 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)