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 | 鵰鑈 | 111111000100011111110010110010111111101111100111 | fc47f2cbfbe7 |
EUC-JP | 鵰?鑈 | 10001111111010111111101100111111100011111110010111101011 | 8febfb3f8fe5eb |
UTF-8 | 鵰鑈 | 111010011011010110110000111011101000100010000010111010011001000110001000 | e9b5b0ee8882e99188 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)