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 | 祉耳祉耳^ | 100011101000001110001110101010001000111010000011100011101010100001011110 | 8e838ea88e838ea85e |
EUC-JP | 祉耳祉耳^ | 101110111110001110111100101010101011101111100011101111001010101001011110 | bbe3bcaabbe3bcaa5e |
UTF-8 | 祉耳祉耳^ | 11100111101001011000100111101000100000001011001111100111101001011000100111101000100000001011001101011110 | e7a589e880b3e7a589e880b35e |
UHC | 祉耳祉耳^ | 111100101011001111101100101111001111001010110011111011001011110001011110 | f2b3ecbcf2b3ecbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)