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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ??蠅B | 0011111100111111111001011010001001000010 | 3f3fe5a242 |
EUC-JP | 繡?蠅B | 10001111110101001101011100111111111010101010010001000010 | 8fd4d73feaa442 |
UTF-8 | 繡딗蠅B | 11100111101110011010000111101011100101001001011111101000101000001000010101000010 | e7b9a1eb9497e8a08542 |
UHC | 繡딗蠅B | 11100010101110011000101011111011111000111011001001000010 | e2b98afbe3b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)