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 | ñö»ºá« | 111100011111011010001110101110111000111110111010111000011000111010101011 | f1f68ebb8fbae18eab |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | ñö???ºá?? | 1000111110101011110100001000111110101011110100110011111100111111001111111000111110100010111010111000111110101011101000010011111100111111 | 8fabd08fabd33f3f3f8fa2eb8faba13f3f |
UTF-8 | ñö»ºá« | 110000111011000111000011101101101100001010001110110000101011101111000010100011111100001010111010110000111010000111000010100011101100001010101011 | c3b1c3b6c28ec2bbc28fc2bac3a1c28ec2ab |
UHC | ?????º??? | 00111111001111110011111100111111001111111010100010101100001111110011111100111111 | 3f3f3f3f3fa8ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)