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 | 寤θ?^ | 100110111000100010000011110001100011111101011110 | 9b8883c63f5e |
EUC-JP | 寤θ?^ | 110101011110100010100110110010000011111101011110 | d5e8a6c83f5e |
UTF-8 | 寤θ뿥^ | 111001011010111110100100110011101011100011101011101111111010010101011110 | e5afa4ceb8ebbfa55e |
UHC | 寤θ뿥^ | 11100111111101011010010111101000100101111010010101011110 | e7f5a5e897a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)