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 | 顆キ螢ア蕣 | 1110100011110111101101111110010110100011101100011110010011111010 | e8f7b7e5a3b1e4fa |
EUC-JP | 顆キ螢ア蕣 | 11110000111110011000111010110111111010101010010110001110101100011110100011111100 | f0f98eb7eaa58eb1e8fc |
UTF-8 | 顆キ螢ア蕣 | 111010011010000110000110111011111011110110110111111010001001111010100010111011111011110110110001111010001001010110100011 | e9a186efbdb7e89ea2efbdb1e895a3 |
UHC | 顆?螢?蕣 | 1100111010101000001111111111101110101011001111111110001011110010 | cea83ffbab3fe2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)