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 | ???H? | 0011111100111111001111110100100000111111 | 3f3f3f483f |
SJIS-WIN | 逆??H繹 | 10001011011101000011111100111111010010001110001110001000 | 8b743f3f48e388 |
EUC-JP | 逆??H繹 | 10110101110101010011111100111111010010001110010111101000 | b5d53f3f48e5e8 |
UTF-8 | 逆곩툔H繹 | 11101001100000001000011011101010101100111010100111101101100010001001010001001000111001111011100110111001 | e98086eab3a9ed889448e7b9b9 |
UHC | 逆곩툔H繹 | 111001101011110110000001111001011011100010001011010010001110011010111010 | e6bd81e5b88b48e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)