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 | 髱凡髱本^ | 111010011001110110010110011111011110100110011101100101100111101101011110 | e99d967de99d967b5e |
EUC-JP | 髱凡髱本^ | 111100011111110111001011110111101111000111111101110010111101110001011110 | f1fdcbdef1fdcbdc5e |
UTF-8 | 髱凡髱本^ | 11101001101010111011000111100101100001111010000111101001101010111011000111100110100111001010110001011110 | e9abb1e587a1e9abb1e69cac5e |
UHC | ?凡?本^ | 00111111110110111110110100111111110111001110001001011110 | 3fdbed3fdce25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)