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 | ò®²ûÛ¨ | 1111001010101110100011101011001011111011110110111000111010101000 | f2ae8eb2fbdb8ea8 |
SJIS-WIN | ???????¨ | 001111110011111100111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f3f3f814e |
EUC-JP | ò®??ûÛ?¨ | 1000111110101011110100101000111110100010111011100011111100111111100011111010101111100101100011111010101011100101001111111010000110101111 | 8fabd28fa2ee3f3f8fabe58faae53fa1af |
UTF-8 | ò®²ûÛ¨ | 11000011101100101100001010101110110000101000111011000010101100101100001110111011110000111001101111000010100011101100001010101000 | c3b2c2aec28ec2b2c3bbc39bc28ec2a8 |
UHC | ?®?²???¨ | 0011111110100010111001110011111110101001111101110011111100111111001111111010000110100111 | 3fa2e73fa9f73f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)