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 | ??獰?] | 001111110011111111100000110101100011111101011101 | 3f3fe0d63f5d |
EUC-JP | ??獰?] | 001111110011111111100000110110000011111101011101 | 3f3fe0d83f5d |
UTF-8 | 뤯훵獰쿜] | 11101011101001001010111111101101100110111011010111100111100011011011000011101100101111111001110001011101 | eba4afed9bb5e78db0ecbf9c5d |
UHC | 뤯훵獰쿜] | 100011111101110111001000110100001110011110111110101100110101000101011101 | 8fddc8d0e7beb3515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)