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 | ??收? | 0011111100111111100111011011111000111111 | 3f3f9dbe3f |
EUC-JP | ??收? | 0011111100111111110110101100000000111111 | 3f3fdac03f |
UTF-8 | 윏섑收씣 | 111011001001110010001111111011001000010010010001111001101001010010110110111011001001010010100011 | ec9c8fec8491e694b6ec94a3 |
UHC | 윏섑收씣 | 1001111110010110100110001110110111100010101001011001110110110111 | 9f9698ede2a59db7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)