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 | 蟇%僭目 | 1110010110101111100000011001001110011001010001111001011011011010 | e5af8193994796da |
EUC-JP | 蟇%僭目 | 1110101010110001101000011111001111010001101010001100110011011100 | eab1a1f3d1a8ccdc |
UTF-8 | 蟇%僭目 | 111010001001111110000111111011111011110010000101111001011000001110101101111001111001101110101110 | e89f87efbc85e583ade79bae |
UHC | ?%僭目 | 00111111101000111010010111110011110100001101100111001101 | 3fa3a5f3d0d9cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)