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 | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
SJIS-WIN | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
EUC-JP | ?????a | 001111110011111100111111001111110011111101100001 | 3f3f3f3f3f61 |
UTF-8 | 셍롋롃셔섄a | 11101100100001011000110111101011101000011000101111101011101000011000001111101100100001011001010011101100100001001000010001100001 | ec858deba18beba183ec8594ec848461 |
UHC | 셍롋롃셔섄a | 1011110011000100100011101101000110001110110010101011110011000101101111001010100101100001 | bcc48ed18ecabcc5bca961 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)