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 | 髢ュ譎樒イ | 1110100110010110101011011110011010011001100111101110011110110010 | e996ade6999ee7b2 |
EUC-JP | 髢ュ譎樒イ | 11110001111101101000111010101101111010111111100111011100111010011000111010110010 | f1f68eadebf9dce98eb2 |
UTF-8 | 髢ュ譎樒イ | 111010011010101110100010111011111011110110101101111010001010110110001110111001101010100010010010111011111011110110110010 | e9aba2efbdade8ad8ee6a892efbdb2 |
UHC | ??譎?? | 001111110011111111111101110100100011111100111111 | 3f3ffdd23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)