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ÃÏB | 111110110100000111000011110011111111101101000001110000111100111101000010 | fb41c3cffb41c3cf42 |
SJIS-WIN | ?A???A??B | 001111110100000100111111001111110011111101000001001111110011111101000010 | 3f413f3f3f413f3f42 |
EUC-JP | ûAÃÏûAÃÏB | 100011111010101111100101010000011000111110101010101010101000111110101010110000011000111110101011111001010100000110001111101010101010101010001111101010101100000101000010 | 8fabe5418faaaa8faac18fabe5418faaaa8faac142 |
UTF-8 | ûAÃÏûAÃÏB | 110000111011101101000001110000111000001111000011100011111100001110111011010000011100001110000011110000111000111101000010 | c3bb41c383c38fc3bb41c383c38f42 |
UHC | ?A???A??B | 001111110100000100111111001111110011111101000001001111110011111101000010 | 3f413f3f3f413f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)