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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | Μヽ | 10000011101010101000000101010010 | 83aa8152 |
EUC-JP | Μヽ | 10100110101011001010000110110011 | a6aca1b3 |
UTF-8 | Μヽ | 1100111010011100111000111000001110111101 | ce9ce383bd |
UHC | Μ? | 101001011100110000111111 | a5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)