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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 石E石EB | 10010000110011100100010110010000110011100100010101000010 | 90ce4590ce4542 |
EUC-JP | 石E石EB | 11000000110100000100010111000000110100000100010101000010 | c0d045c0d04542 |
UTF-8 | 石E石EB | 111001111001111110110011010001011110011110011111101100110100010101000010 | e79fb345e79fb34542 |
UHC | 石E石EB | 11100000101101000100010111100000101101000100010101000010 | e0b445e0b44542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)