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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 節?^ | 10010000110111110011111101011110 | 90df3f5e |
EUC-JP | 節?^ | 11000000111000010011111101011110 | c0e13f5e |
UTF-8 | 節쫈^ | 11100111101011111000000011101100101010111000100001011110 | e7af80ecab885e |
UHC | 節쫈^ | 1110111110111101101001100110001101011110 | efbda6635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)