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 | ¾êô¾¼¹^ | 100011101011111011101010111101001000111010111110101111001011100101011110 | 8ebeeaf48ebebcb95e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ??êô????^ | 00111111001111111000111110101011101101001000111110101011110101000011111100111111001111110011111101011110 | 3f3f8fabb48fabd43f3f3f3f5e |
UTF-8 | ¾êô¾¼¹^ | 1100001010001110110000101011111011000011101010101100001110110100110000101000111011000010101111101100001010111100110000101011100101011110 | c28ec2bec3aac3b4c28ec2bec2bcc2b95e |
UHC | ?¾???¾¼¹^ | 00111111101010001111101000111111001111110011111110101000111110101010100011111001101010011111011001011110 | 3fa8fa3f3f3fa8faa8f9a9f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)