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^ | 111011111110111110001110101101000110001101011110 | efef8eb4635e |
SJIS-WIN | ???´c^ | 00111111001111110011111110000001010011000110001101011110 | 3f3f3f814c635e |
EUC-JP | ïï?´c^ | 1000111110101011110000011000111110101011110000010011111110100001101011010110001101011110 | 8fabc18fabc13fa1ad635e |
UTF-8 | ïï´c^ | 11000011101011111100001110101111110000101000111011000010101101000110001101011110 | c3afc3afc28ec2b4635e |
UHC | ???´c^ | 00111111001111110011111110100010101001010110001101011110 | 3f3f3fa2a5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)