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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 掩??毓 | 100010011000011000111111001111111001111101111001 | 89863f3f9f79 |
EUC-JP | 掩??毓 | 101100011110011000111111001111111101110111011010 | b1e63f3fddda |
UTF-8 | 掩뽰뢾毓 | 111001101000111010101001111010111011110110110000111010111010001010111110111001101010111110010011 | e68ea9ebbdb0eba2bee6af93 |
UHC | 掩뽰뢾毓 | 1110010111110011100101101110110010001111100000011110101110111110 | e5f396ec8f81ebbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)