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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 谷歎存E | 10010010010010101001001001010110100100011011011001000101 | 924a925691b645 |
EUC-JP | 谷歎存E | 11000011101010111100001110110111110000101011100001000101 | c3abc3b7c2b845 |
UTF-8 | 谷歎存E | 11101000101100001011011111100110101011011000111011100101101011011001100001000101 | e8b0b7e6ad8ee5ad9845 |
UHC | 谷歎存E | 11001101110110111111011110100111111100001110110101000101 | cddbf7a7f0ed45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)