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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 牴猩狃^ | 11100000101100001110000011001101111000001011101101011110 | e0b0e0cde0bb5e |
EUC-JP | 牴猩狃^ | 11100000101100101110000011001111111000001011110101011110 | e0b2e0cfe0bd5e |
UTF-8 | 牴猩狃^ | 11100111100010011011010011100111100011001010100111100111100010111000001101011110 | e789b4e78ca9e78b835e |
UHC | ?猩?^ | 0011111111100000111110100011111101011110 | 3fe0fa3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)