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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 蜊呈率@B | 1110010110001101100100101110011010010111101001100100000001000010 | e58d92e697a64042 |
EUC-JP | 蜊呈率@B | 1110100111101101110001001110100011001110101010000100000001000010 | e9edc4e8cea84042 |
UTF-8 | 蜊呈率@B | 1110100010011100100010101110010110010001100010001110011110001110100001110100000001000010 | e89c8ae59188e78e874042 |
UHC | ?呈率@B | 00111111111011111101000011100001111000110100000001000010 | 3fefd0e1e34042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)