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 | 1110010110101111100000011110100010001001010001010100000001000010 | e5af81e889454042 |
EUC-JP | 蟇∬右@B | 1110101010110001101000101110101010110001101001100100000001000010 | eab1a2eab1a64042 |
UTF-8 | 蟇∬右@B | 1110100010011111100001111110001010001000101011001110010110001111101100110100000001000010 | e89f87e288ace58fb34042 |
UHC | ?∬右@B | 00111111101000011111001111101001110100110100000001000010 | 3fa1f3e9d34042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)