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 | 뤞殖] | 11101011101001001001111011100110101011101001011001011101 | eba49ee6ae965d |
UHC | 뤞殖] | 1000111111001101111000111101011001011101 | 8fcde3d65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)