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 | 蘖??泣? | 10011111010100000011111100111111100010111000001100111111 | 9f503f3f8b833f |
EUC-JP | 蘖??泣? | 11011101101100010011111100111111101101011110001100111111 | ddb13f3fb5e33f |
UTF-8 | 蘖뽯콈泣갃 | 111010001001100010010110111010111011110110101111111011001011110110001000111001101011001110100011111010101011000010000011 | e89896ebbdafecbd88e6b3a3eab083 |
UHC | 蘖뽯콈泣갃 | 11100101111011101001011011101011101100011000010011101011111010001000000101000010 | e5ee96ebb184ebe88142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)