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 | ?θ?^ | 0011111110000011110001100011111101011110 | 3f83c63f5e |
EUC-JP | ?θ?^ | 0011111110100110110010000011111101011110 | 3fa6c83f5e |
UTF-8 | 䮤θ뿥^ | 111001001010111010100100110011101011100011101011101111111010010101011110 | e4aea4ceb8ebbfa55e |
UHC | ?θ뿥^ | 001111111010010111101000100101111010010101011110 | 3fa5e897a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)