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 | ?愆 | 001111111001110010110010 | 3f9cb2 |
EUC-JP | 髿愆 | 1000111111101001111110101101100010110100 | 8fe9fad8b4 |
UTF-8 | 髿愆 | 111010011010101110111111111001101000010010000110 | e9abbfe68486 |
UHC | ?愆 | 001111111100101111110000 | 3fcbf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)