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 | 善性成癬 | 1001000101010000100100001010101110010000101011001110000110011101 | 915090ab90ace19d |
EUC-JP | 善性成癬 | 1100000110110001110000001010110111000000101011101110000111111101 | c1b1c0adc0aee1fd |
UTF-8 | 善性成癬 | 111001011001011010000100111001101000000010100111111001101000100010010000111001111001100110101100 | e59684e680a7e68890e799ac |
UHC | 善性成癬 | 1110000010111100111000001111010111100000111101111110000011001000 | e0bce0f5e0f7e0c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)