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 | ????w | 0011111100111111001111110011111101110111 | 3f3f3f3f77 |
SJIS-WIN | 軫?調?w | 11100111011001100011111110010010101100100011111101110111 | e7663f92b23f77 |
EUC-JP | 軫?調?w | 11101101110001110011111111000100101101000011111101110111 | edc73fc4b43f77 |
UTF-8 | 軫롚調렧w | 11101000101110111010101111101011101000011001101011101000101010101011111111101011101000001010011101110111 | e8bbabeba19ae8aabfeba0a777 |
UHC | 軫롚調렧w | 111100101110001010001110110111101111000011100000100011101011011001110111 | f2e28edef0e08eb677 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)