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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 闢榊炎謌 | 1110100010010011100011011110010110001001100010101110011010001000 | e8938de5898ae688 |
EUC-JP | 闢榊炎謌 | 1110111111110011101110101110011110110001111010101110101111101000 | eff3bae7b1eaebe8 |
UTF-8 | 闢榊炎謌 | 111010011001011110100010111001101010011010001010111001111000001010001110111010001010110010001100 | e997a2e6a68ae7828ee8ac8c |
UHC | 闢?炎? | 110111001010001100111111111001101111101000111111 | dca33fe6fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)