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 | 蒿随讐蔔 | 1110010011100100100100001000111110001111010100011110010011110111 | e4e4908f8f51e4f7 |
EUC-JP | 蒿随讐蔔 | 1110100011100110101111111110111110111101101100101110100011111001 | e8e6bfefbdb2e8f9 |
UTF-8 | 蒿随讐蔔 | 111010001001001010111111111010011001101010001111111010001010111010010000111010001001010010010100 | e892bfe99a8fe8ae90e89494 |
UHC | 蒿?讐蔔 | 11111011110110100011111111100010110000101101110011011011 | fbda3fe2c2dcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)