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 | ?????F?? | 0011111100111111001111110011111100111111010001100011111100111111 | 3f3f3f3f3f463f3f |
SJIS-WIN | ?????F?? | 0011111100111111001111110011111100111111010001100011111100111111 | 3f3f3f3f3f463f3f |
EUC-JP | ?????F?? | 0011111100111111001111110011111100111111010001100011111100111111 | 3f3f3f3f3f463f3f |
UTF-8 | 혵쩍혮쨩창F창횧 | 11101101100110001011010111101100101010011000110111101101100110001010111011101100101010001010100111101100101100001011110101000110111011001011000010111101111011011001101010100111 | ed98b5eca98ded98aeeca8a9ecb0bd46ecb0bded9aa7 |
UHC | 혵쩍혮쨩창F창횧 | 110000101001110011000010101111011100001010010101110000101011101111000011101000100100011011000011101000101100001110011110 | c29cc2bdc295c2bbc3a246c3a2c39e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)