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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 莠莠狄^ | 111001001011101011110000101010101110010010111010111000001011110101011110 | e4baf0aae4bae0bd5e |
EUC-JP | 莠?莠狄^ | 1110100010111100001111111110100010111100111000001011111101011110 | e8bc3fe8bce0bf5e |
UTF-8 | 莠莠狄^ | 11101000100011101010000011101110100000011010100111101000100011101010000011100111100010111000010001011110 | e88ea0ee81a9e88ea0e78b845e |
UHC | ???狄^ | 001111110011111100111111111011101101101001011110 | 3f3f3feeda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)