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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雖蛾岫螟 | 1110010110101011100010011110100110011011101010111110010110100100 | e5ab89e99babe5a4 |
EUC-JP | 雖蛾岫螟 | 1110101010101101101100101110101111010110101011011110101010100110 | eaadb2ebd6adeaa6 |
UTF-8 | 雖蛾岫螟 | 111010011001101110010110111010001001101110111110111001011011001010101011111010001001111010011111 | e99b96e89bbee5b2abe89e9f |
UHC | 雖蛾岫螟 | 1110001011001100111001001011011011100001111110111101100110101101 | e2cce4b6e1fbd9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)