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 | ûAüûAü^ | 111110110100000111000011101111001111101101000001110000111011110001011110 | fb41c3bcfb41c3bc5e |
SJIS-WIN | ?A???A??^ | 001111110100000100111111001111110011111101000001001111110011111101011110 | 3f413f3f3f413f3f5e |
EUC-JP | ûAÃ?ûAÃ?^ | 1000111110101011111001010100000110001111101010101010101000111111100011111010101111100101010000011000111110101010101010100011111101011110 | 8fabe5418faaaa3f8fabe5418faaaa3f5e |
UTF-8 | ûAüûAü^ | 110000111011101101000001110000111000001111000010101111001100001110111011010000011100001110000011110000101011110001011110 | c3bb41c383c2bcc3bb41c383c2bc5e |
UHC | ?A?¼?A?¼^ | 0011111101000001001111111010100011111001001111110100000100111111101010001111100101011110 | 3f413fa8f93f413fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)