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 | 髦。逍イ蠕 | 1110100110011000101000011110011110010110101100101110010110111110 | e998a1e796b2e5be |
EUC-JP | 髦。逍イ蠕 | 11110001111110001000111010100001111011011111011010001110101100101110101011000000 | f1f88ea1edf68eb2eac0 |
UTF-8 | 髦。逍イ蠕 | 111010011010101110100110111011111011110110100001111010011000000010001101111011111011110110110010111010001010000010010101 | e9aba6efbda1e9808defbdb2e8a095 |
UHC | ??逍?? | 001111110011111111100001110011100011111100111111 | 3f3fe1ce3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)