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 | 霍帷、シ譴 | 1110100010110111100110111110011110100100101111001110011010100010 | e8b79be7a4bce6a2 |
EUC-JP | 霍帷、シ譴 | 11110000101110011101011011101001100011101010010010001110101111001110110010100100 | f0b9d6e98ea48ebceca4 |
UTF-8 | 霍帷、シ譴 | 111010011001110010001101111001011011100010110111111011111011110110100100111011111011110110111100111010001010110110110100 | e99c8de5b8b7efbda4efbdbce8adb4 |
UHC | ????譴 | 001111110011111100111111001111111100110010111001 | 3f3f3f3fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)