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 | 霍帷スケ隘 | 1110100010110111100110111110011110111101101110011110100010100101 | e8b79be7bdb9e8a5 |
EUC-JP | 霍帷スケ隘 | 11110000101110011101011011101001100011101011110110001110101110011111000010100111 | f0b9d6e98ebd8eb9f0a7 |
UTF-8 | 霍帷スケ隘 | 111010011001110010001101111001011011100010110111111011111011110110111101111011111011110110111001111010011001101010011000 | e99c8de5b8b7efbdbdefbdb9e99a98 |
UHC | ????隘 | 001111110011111100111111001111111110010011110110 | 3f3f3f3fe4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)