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 | óââg | 100111111111001110011111111000101110001001100111 | 9ff39fe2e267 |
SJIS-WIN | ?????g | 001111110011111100111111001111110011111101100111 | 3f3f3f3f3f67 |
EUC-JP | ?ó?ââg | 001111111000111110101011110100010011111110001111101010111010010010001111101010111010010001100111 | 3f8fabd13f8faba48faba467 |
UTF-8 | óââg | 1100001010011111110000111011001111000010100111111100001110100010110000111010001001100111 | c29fc3b3c29fc3a2c3a267 |
UHC | ?????g | 001111110011111100111111001111110011111101100111 | 3f3f3f3f3f67 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)