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 | ?W????B | 00111111010101110011111100111111001111110011111101000010 | 3f573f3f3f3f42 |
SJIS-WIN | ?W????B | 00111111010101110011111100111111001111110011111101000010 | 3f573f3f3f3f42 |
EUC-JP | ?W????B | 00111111010101110011111100111111001111110011111101000010 | 3f573f3f3f3f42 |
UTF-8 | 채W혗혚혗짱B | 1110110010110001100001000101011111101101100110001001011111101101100110001001101011101101100110001001011111101100101001111011000101000010 | ecb18457ed9897ed989aed9897eca7b142 |
UHC | 채W혗혚혗짱B | 110000111010010001010111110000101000001011000010100001011100001010000010110000101010111101000010 | c3a457c282c285c282c2af42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)