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 | âøû[£ | 1110001011111000111110110101101110100011 | e2f8fb5ba3 |
SJIS-WIN | ???[£ | 001111110011111100111111010110111000000110010010 | 3f3f3f5b8192 |
EUC-JP | âøû[£ | 100011111010101110100100100011111010100111001100100011111010101111100101010110111010000111110010 | 8faba48fa9cc8fabe55ba1f2 |
UTF-8 | âøû[£ | 110000111010001011000011101110001100001110111011010110111100001010100011 | c3a2c3b8c3bb5bc2a3 |
UHC | ?ø?[? | 001111111010100110101010001111110101101100111111 | 3fa9aa3f5b3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)