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 | 1100000110101101111000001100111101000010 | c1ade0cf42 |
EUC-JP | チュ猾B | 10001110110000011000111010101101111000001101000101000010 | 8ec18eade0d142 |
UTF-8 | チュ猾B | 11101111101111101000000111101111101111011010110111100111100011001011111001000010 | efbe81efbdade78cbe42 |
UHC | ??猾B | 0011111100111111111111001100001001000010 | 3f3ffcc242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)