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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蝠シ驍洲 | 11100101100101011011110011101001100000101000111101000110 | e595bce9828f46 |
EUC-JP | 蝠シ驍洲 | 1110100111110101100011101011110011110001111000101011110110100111 | e9f58ebcf1e2bda7 |
UTF-8 | 蝠シ驍洲 | 111010001001110110100000111011111011110110111100111010011010100110001101111001101011010010110010 | e89da0efbdbce9a98de6b4b2 |
UHC | ??驍洲 | 001111110011111111111101101001001111000110111101 | 3f3ffda4f1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)