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 | 璧羹璧羹^ | 111000001111100011100011101110111110000011111000111000111011101101011110 | e0f8e3bbe0f8e3bb5e |
EUC-JP | 璧羹璧羹^ | 111000001111101011100110101111011110000011111010111001101011110101011110 | e0fae6bde0fae6bd5e |
UTF-8 | 璧羹璧羹^ | 11100111100100101010011111100111101111101011100111100111100100101010011111100111101111101011100101011110 | e792a7e7beb9e792a7e7beb95e |
UHC | 璧羹璧羹^ | 110110111111110111001011110110001101101111111101110010111101100001011110 | dbfdcbd8dbfdcbd85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)