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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | 纘?纘?^ | 100011111101010011100111001111111000111111010100111001110011111101011110 | 8fd4e73f8fd4e73f5e |
UTF-8 | 纘쌤纘쌤^ | 11100111101110101001100011101100100011001010010011100111101110101001100011101100100011001010010001011110 | e7ba98ec8ca4e7ba98ec8ca45e |
UHC | 纘쌤纘쌤^ | 111100111100010110111101110111001111001111000101101111011101110001011110 | f3c5bddcf3c5bddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)