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 | 荻術? | 1000100110101100100011110111000000111111 | 89ac8f703f |
EUC-JP | 荻術? | 1011001010101110101111011101000100111111 | b2aebdd13f |
UTF-8 | 荻術렍 | 111010001000110110111011111010001010000110010011111010111010000010001101 | e88dbbe8a193eba08d |
UHC | 荻術렍 | 111011101110001011100010111110101000111010100011 | eee2e2fa8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)