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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ユキ瞿^ | 11010101111100011101100110110111111000011101100001011110 | d5f1d9b7e1d85e |
EUC-JP | ユ?キ瞿^ | 1000111011010101001111111000111010110111111000101101101001011110 | 8ed53f8eb7e2da5e |
UTF-8 | ユキ瞿^ | 11101111101111101001010111101110100001011001010011101111101111011011011111100111100111101011111101011110 | efbe95ee8594efbdb7e79ebf5e |
UHC | ???瞿^ | 001111110011111100111111110011111011101001011110 | 3f3f3fcfba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)