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 | 雋ー\ | 11101000101100101011000001011100 | e8b2b05c |
EUC-JP | 雋ー\ | 1111000010110100100011101011000001011100 | f0b48eb05c |
UTF-8 | 雋ー\ | 11101001100110111000101111101111101111011011000001011100 | e99b8befbdb05c |
UHC | 雋?\ | 11110001111001100011111101011100 | f1e63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)