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 | 辷セ驕ッ繞 | 1110011110001000101111101110100110000001101011111110001110000101 | e788bee981afe385 |
EUC-JP | 辷セ驕ッ繞 | 11101101111010001000111010111110111100011110000110001110101011111110010111100101 | ede88ebef1e18eafe5e5 |
UTF-8 | 辷セ驕ッ繞 | 111010001011111010110111111011111011110110111110111010011010100110010101111011111011110110101111111001111011100110011110 | e8beb7efbdbee9a995efbdafe7b99e |
UHC | ??驕?繞 | 00111111001111111100111011110110001111111110100110100100 | 3f3fcef63fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)