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 | 驩牙サキ豢 | 1110100110001001100010011110010110111011101101111110011010110100 | e98989e5bbb7e6b4 |
EUC-JP | 驩牙サキ豢 | 11110001111010011011001011100111100011101011101110001110101101111110110010110110 | f1e9b2e78ebb8eb7ecb6 |
UTF-8 | 驩牙サキ豢 | 111010011010100110101001111001111000100110011001111011111011110110111011111011111011110110110111111010001011000110100010 | e9a9a9e78999efbdbbefbdb7e8b1a2 |
UHC | 驩牙??? | 11111100101111101110010010110011001111110011111100111111 | fcbee4b33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)