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 | 節?\ | 10010000110111110011111101011100 | 90df3f5c |
EUC-JP | 節?\ | 11000000111000010011111101011100 | c0e13f5c |
UTF-8 | 節쪳\ | 11100111101011111000000011101100101010101011001101011100 | e7af80ecaab35c |
UHC | 節쪳\ | 1110111110111101101001100100110001011100 | efbda64c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)