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 | ñùÜè»Æç | 1111000111111001110111001110100010001110101110111100011011100111 | f1f9dce88ebbc6e7 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ñùÜè??Æç | 1000111110101011110100001000111110101011111000111000111110101010111001001000111110101011101100100011111100111111100011111010100110100001100011111010101110101110 | 8fabd08fabe38faae48fabb23f3f8fa9a18fabae |
UTF-8 | ñùÜè»Æç | 11000011101100011100001110111001110000111001110011000011101010001100001010001110110000101011101111000011100001101100001110100111 | c3b1c3b9c39cc3a8c28ec2bbc386c3a7 |
UHC | ??????Æ? | 001111110011111100111111001111110011111100111111101010001010000100111111 | 3f3f3f3f3f3fa8a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)