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 | ?冪???^ | 00111111100110010111000000111111001111110011111101011110 | 3f99703f3f3f5e |
EUC-JP | ?冪???^ | 00111111110100011101000100111111001111110011111101011110 | 3fd1d13f3f3f5e |
UTF-8 | 卽冪렰얌헤^ | 11100101100011011011110111100101100001101010101011101011101000001011000011101100100101101000110011101101100101111010010001011110 | e58dbde586aaeba0b0ec968ced97a45e |
UHC | 卽冪렰얌헤^ | 1111000111101101110110001111000110001110101111011011111011100100110001111110110001011110 | f1edd8f18ebdbee4c7ec5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)