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 | ?????S | 001111110011111100111111001111110011111101010011 | 3f3f3f3f3f53 |
SJIS-WIN | ????沃S | 00111111001111110011111100111111100101111000000001010011 | 3f3f3f3f978053 |
EUC-JP | ????沃S | 00111111001111110011111100111111110011011110000001010011 | 3f3f3f3fcde053 |
UTF-8 | 롔롂롛롁沃S | 11101011101000011001010011101011101000011000001011101011101000011001101111101011101000011000000111100110101100101000001101010011 | eba194eba182eba19beba181e6b28353 |
UHC | 롔롂롛롁沃S | 1000111011011000100011101100100110001110110111111000111011001000111010001010101001010011 | 8ed88ec98edf8ec8e8aa53 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)