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 | 驟企悴 | 111010011000010110001010111010011001110010101010 | e9858ae99caa |
EUC-JP | 驟企悴 | 111100011110010110110100111010111101100010101100 | f1e5b4ebd8ac |
UTF-8 | 驟企悴 | 111010011010100110011111111001001011110010000001111001101000001010110100 | e9a99fe4bc81e682b4 |
UHC | 驟企悴 | 111101101010111011010000111010101111010111111100 | f6aed0eaf5fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)