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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 症ヲ」霆 | 100011111100011110100110101000111110100010111011 | 8fc7a6a3e8bb |
EUC-JP | 症ヲ」霆 | 1011111011001001100011101010011010001110101000111111000010111101 | bec98ea68ea3f0bd |
UTF-8 | 症ヲ」霆 | 111001111001011110000111111011111011110110100110111011111011110110100011111010011001110010000110 | e79787efbda6efbda3e99c86 |
UHC | 症??霆 | 111100011111100000111111001111111110111111111101 | f1f83f3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)