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 | ?^???]?^ | 0011111101011110001111110011111100111111010111010011111101011110 | 3f5e3f3f3f5d3f5e |
SJIS-WIN | ?^???]?^ | 0011111101011110001111110011111100111111010111010011111101011110 | 3f5e3f3f3f5d3f5e |
EUC-JP | ?^???]?^ | 0011111101011110001111110011111100111111010111010011111101011110 | 3f5e3f3f3f5d3f5e |
UTF-8 | 찼^횪횦찼]찼^ | 111011001011000010111100010111101110110110011010101010101110110110011010101001101110110010110000101111000101110111101100101100001011110001011110 | ecb0bc5eed9aaaed9aa6ecb0bc5decb0bc5e |
UHC | 찼^횪횦찼]찼^ | 11000011101000010101111011000011101000001100001110011101110000111010000101011101110000111010000101011110 | c3a15ec3a0c39dc3a15dc3a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)