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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | セ褪セ自] | 10111110111001011111001010111110100011101010100101011101 | bee5f2be8ea95d |
EUC-JP | セ褪セ自] | 100011101011111011101010111101001000111010111110101111001010101101011101 | 8ebeeaf48ebebcab5d |
UTF-8 | セ褪セ自] | 11101111101111011011111011101000101001001010101011101111101111011011111011101000100001111010101001011101 | efbdbee8a4aaefbdbee887aa5d |
UHC | ?褪?自] | 00111111111101111101101100111111111011011011101101011101 | 3ff7db3fedbb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)