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 | 晳?穽 | 1111101011011001001111111110001001110110 | fad93fe276 |
EUC-JP | 晳?穽 | 100011111100001011000100001111111110001111010111 | 8fc2c43fe3d7 |
UTF-8 | 晳떰穽 | 111001101001100110110011111010111001011010110000111001111010100110111101 | e699b3eb96b0e7a9bd |
UHC | 晳떰穽 | 111000001010111110110110101101101110111111110000 | e0afb6b6eff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)