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 | ?堉???^ | 0011111110001111101101111111110100111111001111110011111101011110 | 3f8fb7fd3f3f3f5e |
UTF-8 | 뤊堉탲븍섧^ | 11101011101001001000101011100101101000001000100111101101100000111011001011101011101110001000110111101100100001001010011101011110 | eba48ae5a089ed83b2ebb88dec84a75e |
UHC | 뤊堉탲븍섧^ | 1000111110111010111010111011110010110101100011111011101011101011101111001011010101011110 | 8fbaebbcb58fbaebbcb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)