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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 荼器愁V | 11100100101101101000101011101101100011110100010001010110 | e4b68aed8f4456 |
EUC-JP | 荼器愁V | 11101000101110001011010011101111101111011010010101010110 | e8b8b4efbda556 |
UTF-8 | 荼器愁V | 11101000100011011011110011100101100110011010100011100110100001001000000101010110 | e88dbce599a8e6848156 |
UHC | ?器愁V | 001111111101000011101111111000011111111001010110 | 3fd0efe1fe56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)