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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 蟶兪B | 1110010110111000100110010110000001000010 | e5b8996042 |
EUC-JP | 蟶兪B | 1110101010111010110100011100000101000010 | eabad1c142 |
UTF-8 | 蟶兪B | 11101000100111111011011011100101100001011010101001000010 | e89fb6e585aa42 |
UHC | ?兪B | 00111111111010101110010001000010 | 3feae442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)