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 | 湿狎縞湿柴 | 10001110101111001110000010111110100011101100100010001110101111001000111011000100 | 8ebce0be8ec88ebc8ec4 |
EUC-JP | 湿狎縞湿柴 | 10111100101111101110000011000000101111001100101010111100101111101011110011000110 | bcbee0c0bccabcbebcc6 |
UTF-8 | 湿狎縞湿柴 | 111001101011100110111111111001111000101110001110111001111011100010011110111001101011100110111111111001101001111110110100 | e6b9bfe78b8ee7b89ee6b9bfe69fb4 |
UHC | ?狎縞?柴 | 0011111111100100111001001111101111010110001111111110001111000011 | 3fe4e4fbd63fe3c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)