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 | ι~ | 110011101011100101111110 | ceb97e |
SJIS-WIN | ??~ | 001111110011111101111110 | 3f3f7e |
EUC-JP | Î?~ | 1000111110101010110000100011111101111110 | 8faac23f7e |
UTF-8 | ι~ | 1100001110001110110000101011100101111110 | c38ec2b97e |
UHC | ?¹~ | 00111111101010011111011001111110 | 3fa9f67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)