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 | 調?汀經 | 10010010101100100011111110010010111100111110001101010011 | 92b23f92f3e353 |
EUC-JP | 調?汀經 | 11000100101101000011111111000100111101011110010110110100 | c4b43fc4f5e5b4 |
UTF-8 | 調렊汀經 | 111010001010101010111111111010111010000010001010111001101011000110000000111001111011011010010011 | e8aabfeba08ae6b180e7b693 |
UHC | 調렊汀經 | 1111000011100000100011101010000111101111111000101100110011101000 | f0e08ea1efe2cce8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)