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 | 1011010111000011101110101010010101000010 | b5c3baa542 |
SJIS-WIN | ???¥B | 001111110011111100111111100000011000111101000010 | 3f3f3f818f42 |
EUC-JP | ?ú?B | 001111111000111110101010101010101000111110100010111010110011111101000010 | 3f8faaaa8fa2eb3f42 |
UTF-8 | µÃº¥B | 110000101011010111000011100000111100001010111010110000101010010101000010 | c2b5c383c2bac2a542 |
UHC | ??º?B | 001111110011111110101000101011000011111101000010 | 3f3fa8ac3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)