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 | Μ昿 | 10000011101010101001111001000101 | 83aa9e45 |
EUC-JP | Μ昿 | 10100110101011001101101110100110 | a6acdba6 |
UTF-8 | Μ昿 | 1100111010011100111001101001100010111111 | ce9ce698bf |
UHC | Μ? | 101001011100110000111111 | a5cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)