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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 孺μ? | 1001101101111101100000111100101000111111 | 9b7d83ca3f |
EUC-JP | 孺μ? | 1101010111011110101001101100110000111111 | d5dea6cc3f |
UTF-8 | 孺μ엲 | 1110010110101101101110101100111010111100111011001001011110110010 | e5adbacebcec97b2 |
UHC | 孺μ엲 | 111010101110100010100101111011001001111010000111 | eae8a5ec9e87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)