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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 怨?怨?^ | 10001001100001010011111110001001100001010011111101011110 | 89853f89853f5e |
EUC-JP | 怨?怨?^ | 10110001111001010011111110110001111001010011111101011110 | b1e53fb1e53f5e |
UTF-8 | 怨줏怨줌^ | 11100110100000001010100011101100101001001000111111100110100000001010100011101100101001001000110001011110 | e680a8eca48fe680a8eca48c5e |
UHC | 怨줏怨줌^ | 111010101011001111000001110111101110101010110011110000011101110001011110 | eab3c1deeab3c1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)