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 | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
SJIS-WIN | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
EUC-JP | ?????` | 001111110011111100111111001111110011111101100000 | 3f3f3f3f3f60 |
UTF-8 | 셍롋롃셔섐` | 11101100100001011000110111101011101000011000101111101011101000011000001111101100100001011001010011101100100001001001000001100000 | ec858deba18beba183ec8594ec849060 |
UHC | 셍롋롃셔섐` | 1011110011000100100011101101000110001110110010101011110011000101101111001010101101100000 | bcc48ed18ecabcc5bcab60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)