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 | Dóç | 100101100100010010011111111100111001111111100111 | 96449ff39fe7 |
SJIS-WIN | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
EUC-JP | ?D?ó?ç | 00111111010001000011111110001111101010111101000100111111100011111010101110101110 | 3f443f8fabd13f8fabae |
UTF-8 | Dóç | 1100001010010110010001001100001010011111110000111011001111000010100111111100001110100111 | c29644c29fc3b3c29fc3a7 |
UHC | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)