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 | 雖蛾岫螟ア | 111001011010101110001001111010011001101110101011111001011010010010110001 | e5ab89e99babe5a4b1 |
EUC-JP | 雖蛾岫螟ア | 11101010101011011011001011101011110101101010110111101010101001101000111010110001 | eaadb2ebd6adeaa68eb1 |
UTF-8 | 雖蛾岫螟ア | 111010011001101110010110111010001001101110111110111001011011001010101011111010001001111010011111111011111011110110110001 | e99b96e89bbee5b2abe89e9fefbdb1 |
UHC | 雖蛾岫螟? | 111000101100110011100100101101101110000111111011110110011010110100111111 | e2cce4b6e1fbd9ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)