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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 荏耕?h | 100010010110000010001101011010110011111101101000 | 89608d6b3f68 |
EUC-JP | 荏耕?h | 101100011100000110111001110011000011111101101000 | b1c1b9cc3f68 |
UTF-8 | 荏耕歷h | 11101000100011011000111111101000100000001001010111100110101011011011011101101000 | e88d8fe88095e6adb768 |
UHC | 荏耕歷h | 11101100111110111100110011101001110101011111011001101000 | ecfbcce9d5f668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)