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 | 陜手怏轤ウ | 111010001001110110001110111010001001110010001001111001111000001010110011 | e89d8ee89c89e782b3 |
EUC-JP | 陜手怏轤ウ | 11101111111111011011110011101010110101111110100111101101111000101000111010110011 | effdbcead7e9ede28eb3 |
UTF-8 | 陜手怏轤ウ | 111010011001100110011100111001101000100110001011111001101000000010001111111010001011110110100100111011111011110110110011 | e9999ce6898be6808fe8bda4efbdb3 |
UHC | 陜手怏?? | 1111100111110000111000101010001011100100111010000011111100111111 | f9f0e2a2e4e83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)