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 | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
SJIS-WIN | 煜?_葬? | 11111011010101010011111101011111100100011001001000111111 | fb553f5f91923f |
EUC-JP | 煜?_葬? | 1000111111001001111111000011111101011111110000011111001000111111 | 8fc9fc3f5fc1f23f |
UTF-8 | 煜렎_葬렲 | 11100111100001011001110011101011101000001000111001011111111010001001000110101100111010111010000010110010 | e7859ceba08e5fe891aceba0b2 |
UHC | 煜렎_葬렲 | 111010011111001010001110101001000101111111101101111101111000111010111111 | e9f28ea45fedf78ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)