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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?敞? | 00111111100111011100011000111111 | 3f9dc63f |
EUC-JP | ?敞凞 | 001111111101101011001000100011111011001110101000 | 3fdac88fb3a8 |
UTF-8 | 뤴敞凞 | 111010111010010010110100111001101001010110011110111001011000011110011110 | eba4b4e6959ee5879e |
UHC | 뤴敞凞 | 100011111110001011110011111000101111110111101011 | 8fe2f3e2fdeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)