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 | 羌gΖ | 111000111011001110000010100001111000001110100100 | e3b3828783a4 |
EUC-JP | 羌gΖ | 111001101011010110100011111001111010011010100110 | e6b5a3e7a6a6 |
UTF-8 | 羌gΖ | 1110011110111110100011001110111110111101100001111100111010010110 | e7be8cefbd87ce96 |
UHC | 羌gΖ | 110010111011011010100011111001111010010111000110 | cbb6a3e7a5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)