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 | øÃI^ | 110000111011100011000011100101000100100101011110 | c3b8c394495e |
SJIS-WIN | ????I^ | 001111110011111100111111001111110100100101011110 | 3f3f3f3f495e |
EUC-JP | ø�I^ | 100011111010101010101010100011111010001010110001100011111010101010101010001111110100100101011110 | 8faaaa8fa2b18faaaa3f495e |
UTF-8 | øÃI^ | 11000011100000111100001010111000110000111000001111000010100101000100100101011110 | c383c2b8c383c294495e |
UHC | ?¸??I^ | 00111111101000101010110000111111001111110100100101011110 | 3fa2ac3f3f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)