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 | 脱息臓炭 | 1001001001000101100100011010011110010001100111111001001001011001 | 924591a7919f9259 |
EUC-JP | 脱息臓炭 | 1100001110100110110000101010100111000010101000011100001110111010 | c3a6c2a9c2a1c3ba |
UTF-8 | 脱息臓炭 | 111010001000010010110001111001101000000110101111111010001000011110010011111001111000001010101101 | e884b1e681afe88793e782ad |
UHC | ?息?炭 | 001111111110001111010011001111111111011110101001 | 3fe3d33ff7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)