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 | 001111110101110100111111001111110011111101011101001111110011111101000010 | 3f5d3f3f3f5d3f3f42 |
SJIS-WIN | ?]???]??B | 001111110101110100111111001111110011111101011101001111110011111101000010 | 3f5d3f3f3f5d3f3f42 |
EUC-JP | ?]???]??B | 001111110101110100111111001111110011111101011101001111110011111101000010 | 3f5d3f3f3f5d3f3f42 |
UTF-8 | 챈]혟체챈]혟체B | 111011001011000110001000010111011110110110011000100111111110110010110010101101001110110010110001100010000101110111101101100110001001111111101100101100101011010001000010 | ecb1885ded989fecb2b4ecb1885ded989fecb2b442 |
UHC | 챈]혟체챈]혟체B | 110000111010011001011101110000101000100111000011101111001100001110100110010111011100001010001001110000111011110001000010 | c3a65dc289c3bcc3a65dc289c3bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)