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ª¼ | 100100100100011110010001101010101001000110111100 | 924791aa91bc |
SJIS-WIN | ?G???? | 001111110100011100111111001111110011111100111111 | 3f473f3f3f3f |
EUC-JP | ?G?ª?? | 0011111101000111001111111000111110100010111011000011111100111111 | 3f473f8fa2ec3f3f |
UTF-8 | Gª¼ | 1100001010010010010001111100001010010001110000101010101011000010100100011100001010111100 | c29247c291c2aac291c2bc |
UHC | ?G?ª?¼ | 0011111101000111001111111010100010100011001111111010100011111001 | 3f473fa8a33fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)