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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雍門昏驫疎 | 11101000101101001001011011100101100011011010100011101001100010101001000101100001 | e8b496e58da8e98a9161 |
EUC-JP | 雍門昏驫疎 | 11110000101101101100110011100111101110101010101011110001111010101100000111000010 | f0b6cce7baaaf1eac1c2 |
UTF-8 | 雍門昏驫疎 | 111010011001101110001101111010011001011010000000111001101001100010001111111010011010100110101011111001111001011010001110 | e99b8de99680e6988fe9a9abe7968e |
UHC | 雍門昏?疎 | 111010001011110011011010101001101111101111100111001111111110000111000011 | e8bcdaa6fbe73fe1c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)