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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?氓???侑 | 0011111110011111100000100011111100111111001111111001100011010000 | 3f9f823f3f3f98d0 |
EUC-JP | ?氓???侑 | 0011111111011101111000100011111100111111001111111101000011010010 | 3fdde23f3f3fd0d2 |
UTF-8 | 뤗氓쐬렍섐侑 | 111010111010010010010111111001101011000010010011111011001001000010101100111010111010000010001101111011001000010010010000111001001011111010010001 | eba497e6b093ec90aceba08dec8490e4be91 |
UHC | 뤗氓쐬렍섐侑 | 100011111100011111011000111011001011110111111101100011101010001110111100101010111110101011100010 | 8fc7d8ecbdfd8ea3bcabeae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)