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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 屎??屎??^ | 100110111001110100111111001111111001101110011101001111110011111101011110 | 9b9d3f3f9b9d3f3f5e |
EUC-JP | 屎??屎??^ | 110101011111110100111111001111111101010111111101001111110011111101011110 | d5fd3f3fd5fd3f3f5e |
UTF-8 | 屎릥갘屎릥갘^ | 11100101101100011000111011101011101001101010010111101010101100001001100011100101101100011000111011101011101001101010010111101010101100001001100001011110 | e5b18eeba6a5eab098e5b18eeba6a5eab0985e |
UHC | 屎릥갘屎릥갘^ | 11100011101110101001000010000111100000010100101011100011101110101001000010000111100000010100101001011110 | e3ba9087814ae3ba9087814a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)