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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驕ス荵昴Δ | 111010011000000110111101111001001011100110011101111000111000001110100010 | e981bde4b99de383a2 |
EUC-JP | 驕ス荵昴Δ | 11110001111000011000111010111101111010001011101111011010111001011010011010100100 | f1e18ebde8bbdae5a6a4 |
UTF-8 | 驕ス荵昴Δ | 1110100110101001100101011110111110111101101111011110100010001101101101011110011010011000101101001100111010010100 | e9a995efbdbde88db5e698b4ce94 |
UHC | 驕??昴Δ | 1100111011110110001111110011111111011001110110111010010111000100 | cef63f3fd9dba5c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)