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 | δü¹] | 1100111010110100111111001011100101011101 | ceb4fcb95d |
SJIS-WIN | ?´??] | 001111111000000101001100001111110011111101011101 | 3f814c3f3f5d |
EUC-JP | 뫟?] | 10001111101010101100001010100001101011011000111110101011111001000011111101011101 | 8faac2a1ad8fabe43f5d |
UTF-8 | δü¹] | 110000111000111011000010101101001100001110111100110000101011100101011101 | c38ec2b4c3bcc2b95d |
UHC | ?´?¹] | 00111111101000101010010100111111101010011111011001011101 | 3fa2a53fa9f65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)