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 | 詹鑈 | 111110111010010111110010110010111111101111100111 | fba5f2cbfbe7 |
EUC-JP | 詹?鑈 | 10001111110111011110101000111111100011111110010111101011 | 8fddea3f8fe5eb |
UTF-8 | 詹鑈 | 111010001010100110111001111011101000100010000010111010011001000110001000 | e8a9b9ee8882e99188 |
UHC | 詹?? | 11110100110110100011111100111111 | f4da3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)