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 | 脱担竪即 | 1001001001000101100100100101001110010010010001111001000110100110 | 92459253924791a6 |
EUC-JP | 脱担竪即 | 1100001110100110110000111011010011000011101010001100001010101000 | c3a6c3b4c3a8c2a8 |
UTF-8 | 脱担竪即 | 111010001000010010110001111001101000101110000101111001111010101110101010111001011000110110110011 | e884b1e68b85e7abaae58db3 |
UHC | ??竪? | 0011111100111111111000101011010100111111 | 3f3fe2b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)