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 | 駭??駭? | 11101001011011100011111100111111111010010110111000111111 | e96e3f3fe96e3f |
EUC-JP | 駭??駭? | 11110001110011110011111100111111111100011100111100111111 | f1cf3f3ff1cf3f |
UTF-8 | 駭잜쉲駭쪁 | 111010011010011110101101111011001001111010011100111011001000100110110010111010011010011110101101111011001010101010000001 | e9a7adec9e9cec89b2e9a7adecaa81 |
UHC | 駭잜쉲駭쪁 | 11111010101101001001111111101101100110101000100111111010101101001010010101110110 | fab49fed9a89fab4a576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)