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 | 100111111111001110011111111001111110001001100111 | 9ff39fe7e267 |
SJIS-WIN | ?????g | 001111110011111100111111001111110011111101100111 | 3f3f3f3f3f67 |
EUC-JP | ?ó?çâg | 001111111000111110101011110100010011111110001111101010111010111010001111101010111010010001100111 | 3f8fabd13f8fabae8faba467 |
UTF-8 | óçâg | 1100001010011111110000111011001111000010100111111100001110100111110000111010001001100111 | c29fc3b3c29fc3a7c3a267 |
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)