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 | öã|}öã|{^ | 111101101110001101111100011111011111011011100011011111000111101101011110 | f6e37c7df6e37c7b5e |
SJIS-WIN | ??|}??|{^ | 001111110011111101111100011111010011111100111111011111000111101101011110 | 3f3f7c7d3f3f7c7b5e |
EUC-JP | öã|}öã|{^ | 1000111110101011110100111000111110101011101010100111110001111101100011111010101111010011100011111010101110101010011111000111101101011110 | 8fabd38fabaa7c7d8fabd38fabaa7c7b5e |
UTF-8 | öã|}öã|{^ | 11000011101101101100001110100011011111000111110111000011101101101100001110100011011111000111101101011110 | c3b6c3a37c7dc3b6c3a37c7b5e |
UHC | ??|}??|{^ | 001111110011111101111100011111010011111100111111011111000111101101011110 | 3f3f7c7d3f3f7c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)