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 | 已??? | 1001101111011111001111110011111100111111 | 9bdf3f3f3f |
EUC-JP | 已??? | 1101011011100001001111110011111100111111 | d6e13f3f3f |
UTF-8 | 已곗렱렊 | 111001011011011110110010111010101011001110010111111010111010000010110001111010111010000010001010 | e5b7b2eab397eba0b1eba08a |
UHC | 已곗렱렊 | 1110110010101011101100001110110010001110101111101000111010100001 | ecabb0ec8ebe8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)