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 | é ¾ã | 1110100110011011100001011100001010111110111000111000111110001000 | e99b85c2bee38f88 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | é??Â?ã?? | 1000111110101011101100010011111100111111100011111010101010100100001111111000111110101011101010100011111100111111 | 8fabb13f3f8faaa43f8fabaa3f3f |
UTF-8 | é ¾ã | 11000011101010011100001010011011110000101000010111000011100000101100001010111110110000111010001111000010100011111100001010001000 | c3a9c29bc285c382c2bec3a3c28fc288 |
UHC | ????¾??? | 001111110011111100111111001111111010100011111010001111110011111100111111 | 3f3f3f3fa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)