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 | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 訂?V | 10010010111110010011111101010110 | 92f93f56 |
EUC-JP | 訂?V | 11000100111110110011111101010110 | c4fb3f56 |
UTF-8 | 訂렦V | 11101000101010001000001011101011101000001010011001010110 | e8a882eba0a656 |
UHC | 訂렦V | 1110111111110100100011101011010101010110 | eff48eb556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)