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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 熊耕斌 | 100011000100011010001101011010111001010101101011 | 8c468d6b956b |
EUC-JP | 熊耕斌 | 101101111010011110111001110011001100100111001100 | b7a7b9ccc9cc |
UTF-8 | 熊耕斌 | 111001111000011010001010111010001000000010010101111001101001011010001100 | e7868ae88095e6968c |
UHC | 熊耕斌 | 111010101010100011001100111010011101111010110000 | eaa8cce9deb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)