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 | 1001100101100000100110010110000001000010 | 9960996042 |
EUC-JP | 兪兪B | 1101000111000001110100011100000101000010 | d1c1d1c142 |
UTF-8 | 兪兪B | 11100101100001011010101011100101100001011010101001000010 | e585aae585aa42 |
UHC | 兪兪B | 1110101011100100111010101110010001000010 | eae4eae442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)