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 | 臧?垣 | 1110010001101000001111111000101001011111 | e4683f8a5f |
EUC-JP | 臧?垣 | 1110011111001001001111111011001111000000 | e7c93fb3c0 |
UTF-8 | 臧렞垣 | 111010001000011110100111111010111010000010011110111001011001111010100011 | e887a7eba09ee59ea3 |
UHC | 臧렞垣 | 111011011111010110001110101011111110101010101111 | edf58eafeaaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)