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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | ?審∫c^ | 00111111100100000101001010000001111001110110001101011110 | 3f905281e7635e |
EUC-JP | ?審∫c^ | 00111111101111111011001110100010111010010110001101011110 | 3fbfb3a2e9635e |
UTF-8 | 룶審∫c^ | 1110101110100011101101101110010110101111101010011110001010001000101010110110001101011110 | eba3b6e5afa9e288ab635e |
UHC | 룶審∫c^ | 1000111110101011111000111111101110100001111100100110001101011110 | 8fabe3fba1f2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)