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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
UTF-8 | 렠뤁퍗콓깼^ | 11101011101000001010000011101011101001001000000111101101100011011001011111101100101111011001001111101010101110011011110001011110 | eba0a0eba481ed8d97ecbd93eab9bc5e |
UHC | 렠뤁퍗콓깼^ | 1000111010110001100011111011001010111011100011101011000110001111101100101010001101011110 | 8eb18fb2bb8eb18fb2a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)