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 | 筌ょ黄^ | 11100010101000111000001011100101100010011010100101011110 | e2a382e589a95e |
EUC-JP | 筌ょ黄^ | 11100100101001011010010011100111101100101010101101011110 | e4a5a4e7b2ab5e |
UTF-8 | 筌ょ黄^ | 11100111101011011000110011100011100000101000011111101001101110111000010001011110 | e7ad8ce38287e9bb845e |
UHC | 筌ょ?^ | 111011111010011110101010111001110011111101011110 | efa7aae73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)