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 | ?]???]??^ | 001111110101110100111111001111110011111101011101001111110011111101011110 | 3f5d3f3f3f5d3f3f5e |
SJIS-WIN | ?]???]??^ | 001111110101110100111111001111110011111101011101001111110011111101011110 | 3f5d3f3f3f5d3f3f5e |
EUC-JP | ?]???]??^ | 001111110101110100111111001111110011111101011101001111110011111101011110 | 3f5d3f3f3f5d3f3f5e |
UTF-8 | 혖]혙짬혖]혙짬^ | 111011011001100010010110010111011110110110011000100110011110110010100111101011001110110110011000100101100101110111101101100110001001100111101100101001111010110001011110 | ed98965ded9899eca7aced98965ded9899eca7ac5e |
UHC | 혖]혙짬혖]혙짬^ | 110000101000000101011101110000101000010011000010101010111100001010000001010111011100001010000100110000101010101101011110 | c2815dc284c2abc2815dc284c2ab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)