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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
EUC-JP | ???沅?^ | 0011111100111111001111111000111111000110111010010011111101011110 | 3f3f3f8fc6e93f5e |
UTF-8 | 蓮잙씥沅뾢^ | 11101111101001101001100111101100100111101001100111101100100101001010010111100110101100101000010111101011101111101010001001011110 | efa699ec9e99ec94a5e6b285ebbea25e |
UHC | 蓮잙씥沅뾢^ | 1110011011100101100111111110101110011101101110011110101010110110100101110110010101011110 | e6e59feb9db9eab697655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)