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 | 蝨庭庶 | 111001011001110010010010111010111000111110001110 | e59c92eb8f8e |
EUC-JP | 蝨庭庶 | 111010011111110011000100111011011011110111101110 | e9fcc4edbdee |
UTF-8 | 蝨庭庶 | 111010001001110110101000111001011011101010101101111001011011101010110110 | e89da8e5baade5bab6 |
UHC | 蝨庭庶 | 111000111010010011101111110101001101111111101110 | e3a4efd4dfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)