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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?殖] | 00111111100100000100001001011101 | 3f90425d |
EUC-JP | ?殖] | 00111111101111111010001101011101 | 3fbfa35d |
UTF-8 | 뮧殖] | 11101011101011101010011111100110101011101001011001011101 | ebaea7e6ae965d |
UHC | 뮧殖] | 1001001010110010111000111101011001011101 | 92b2e3d65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)