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 | 脱辿竪但 | 1001001001000101100100100100100010010010010001111001001001000001 | 9245924892479241 |
EUC-JP | 脱辿竪但 | 1100001110100110110000111010100111000011101010001100001110100010 | c3a6c3a9c3a8c3a2 |
UTF-8 | 脱辿竪但 | 111010001000010010110001111010001011111010111111111001111010101110101010111001001011110110000110 | e884b1e8bebfe7abaae4bd86 |
UHC | ??竪但 | 001111110011111111100010101101011101001110100011 | 3f3fe2b5d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)