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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 腫孟斌^ | 10001110111011101001011011010000100101010110101101011110 | 8eee96d0956b5e |
EUC-JP | 腫孟斌^ | 10111100111100001100110011010010110010011100110001011110 | bcf0ccd2c9cc5e |
UTF-8 | 腫孟斌^ | 11101000100001011010101111100101101011011001111111100110100101101000110001011110 | e885abe5ad9fe6968c5e |
UHC | 腫孟斌^ | 11110000111111101101100011101011110111101011000001011110 | f0fed8ebdeb05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)