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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湿狎縞湿煮 | 10001110101111001110000010111110100011101100100010001110101111001000111011001111 | 8ebce0be8ec88ebc8ecf |
EUC-JP | 湿狎縞湿煮 | 10111100101111101110000011000000101111001100101010111100101111101011110011010001 | bcbee0c0bccabcbebcd1 |
UTF-8 | 湿狎縞湿煮 | 111001101011100110111111111001111000101110001110111001111011100010011110111001101011100110111111111001111000010110101110 | e6b9bfe78b8ee7b89ee6b9bfe785ae |
UHC | ?狎縞?煮 | 0011111111100100111001001111101111010110001111111110110110110100 | 3fe4e4fbd63fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)