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 | 漿孟? | 1001111111110111100101101101000000111111 | 9ff796d03f |
EUC-JP | 漿孟? | 1101111011111001110011001101001000111111 | def9ccd23f |
UTF-8 | 漿孟曆 | 111001101011110010111111111001011010110110011111111001101001101110000110 | e6bcbfe5ad9fe69b86 |
UHC | 漿孟曆 | 111011011110110011011000111010111101010111110101 | edecd8ebd5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)