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 | à·B | 10011111100000011110000011000010100101101011011101000010 | 9f81e0c296b742 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??àÂ??B | 0011111100111111100011111010101110100010100011111010101010100100001111110011111101000010 | 3f3f8faba28faaa43f3f42 |
UTF-8 | à·B | 11000010100111111100001010000001110000111010000011000011100000101100001010010110110000101011011101000010 | c29fc281c3a0c382c296c2b742 |
UHC | ?????·B | 0011111100111111001111110011111100111111101000011010010001000010 | 3f3f3f3f3fa1a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)