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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 燿?h | 11100000101000000011111101101000 | e0a03f68 |
EUC-JP | 燿?h | 11100000101000100011111101101000 | e0a23f68 |
UTF-8 | 燿뛂h | 11100111100001111011111111101011100110111000001001101000 | e787bfeb9b8268 |
UHC | 燿뛂h | 1110100011111100100011001111111001101000 | e8fc8cfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)