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 | 蔟晥魘 | 111001001111010111111010110101011110100110110100 | e4f5fad5e9b4 |
EUC-JP | 蔟?魘 | 1110100011110111001111111111001010110110 | e8f73ff2b6 |
UTF-8 | 蔟晥魘 | 111010001001010010011111111001101001100110100101111010011010110110011000 | e8949fe699a5e9ad98 |
UHC | ?晥? | 00111111111111001011011100111111 | 3ffcb73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)