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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?醒\ | 00111111100100001100000101011100 | 3f90c15c |
EUC-JP | ?醒\ | 00111111110000001100001101011100 | 3fc0c35c |
UTF-8 | 낭醒\ | 11101011100000101010110111101001100001101001001001011100 | eb82ade986925c |
UHC | 낭醒\ | 1011001110110110111000011010010101011100 | b3b6e1a55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)