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 | âô[ | 1100001110100010110000111011010001011011 | c3a2c3b45b |
SJIS-WIN | ?¢?´[ | 00111111100000011001000100111111100000010100110001011011 | 3f81913f814c5b |
EUC-JP | âô[ | 1000111110101010101010101010000111110001100011111010101010101010101000011010110101011011 | 8faaaaa1f18faaaaa1ad5b |
UTF-8 | âô[ | 110000111000001111000010101000101100001110000011110000101011010001011011 | c383c2a2c383c2b45b |
UHC | ???´[ | 001111110011111100111111101000101010010101011011 | 3f3f3fa2a55b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)