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 | 裵竺 | 111110111010001010001110101100011111000111101111 | fba28eb1f1ef |
EUC-JP | 裵竺? | 100011111101110011010011101111001011001100111111 | 8fdcd3bcb33f |
UTF-8 | 裵竺 | 111010001010001110110101111001111010101110111010111011101000010110101010 | e8a3b5e7abbaee85aa |
UHC | 裵竺? | 1101101111010001111101011110011100111111 | dbd1f5e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)