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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????愈 | 0011111100111111001111110011111100111111001111111001011011111010 | 3f3f3f3f3f3f96fa |
EUC-JP | ??????愈 | 0011111100111111001111110011111100111111001111111100110011111100 | 3f3f3f3f3f3fccfc |
UTF-8 | 閱묐뀪流⑴뙳愈 | 111010011001011010110001111010111010110010010000111010111000000010101010111011111010011110001010111000101001000110110100111010111001100110110011111001101000010010001000 | e996b1ebac90eb80aaefa78ae291b4eb99b3e68488 |
UHC | 閱묐뀪流⑴뙳愈 | 1110011011110011100100011110101110000101101000001110101011111100101010011110011110001100101101101110101011101111 | e6f391eb85a0eafca9e78cb6eaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)