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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?揚?揚B | 00111111100101110110011100111111100101110110011101000010 | 3f97673f976742 |
EUC-JP | 瘀揚瘀揚B | 1000111111001101111000111100110111001000100011111100110111100011110011011100100001000010 | 8fcde3cdc88fcde3cdc842 |
UTF-8 | 瘀揚瘀揚B | 11100111100110001000000011100110100011111001101011100111100110001000000011100110100011111001101001000010 | e79880e68f9ae79880e68f9a42 |
UHC | 瘀揚瘀揚B | 111001011101110011100101110000001110010111011100111001011100000001000010 | e5dce5c0e5dce5c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)