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 | 煆疾霖 | 111110110101011010001110101111101110100011000001 | fb568ebee8c1 |
EUC-JP | 煆疾霖 | 10001111110010011111010010111100110000001111000011000011 | 8fc9f4bcc0f0c3 |
UTF-8 | 煆疾霖 | 111001111000010110000110111001111001011010111110111010011001110010010110 | e78586e796bee99c96 |
UHC | ?疾霖 | 0011111111110010111100001101011111111101 | 3ff2f0d7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)