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 | 曄κ?毓 | 10011110010000001000001111001000001111111001111101111001 | 9e4083c83f9f79 |
EUC-JP | 曄κ?毓 | 11011011101000011010011011001010001111111101110111011010 | dba1a6ca3fddda |
UTF-8 | 曄κ콝毓 | 1110011010011011100001001100111010111010111011001011110110011101111001101010111110010011 | e69b84cebaecbd9de6af93 |
UHC | 曄κ콝毓 | 1110011110100101101001011110101010110001100101011110101110111110 | e7a5a5eab195ebbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)