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 | ?????v | 001111110011111100111111001111110011111101110110 | 3f3f3f3f3f76 |
SJIS-WIN | ?????v | 001111110011111100111111001111110011111101110110 | 3f3f3f3f3f76 |
EUC-JP | ?????v | 001111110011111100111111001111110011111101110110 | 3f3f3f3f3f76 |
UTF-8 | 셍롋롃셔섀v | 11101100100001011000110111101011101000011000101111101011101000011000001111101100100001011001010011101100100001001000000001110110 | ec858deba18beba183ec8594ec848076 |
UHC | 셍롋롃셔섀v | 1011110011000100100011101101000110001110110010101011110011000101101111001010100001110110 | bcc48ed18ecabcc5bca876 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)