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 | }èà· | 100011100111110111101000111000001001111110110111 | 8e7de8e09fb7 |
SJIS-WIN | ?}???? | 001111110111110100111111001111110011111100111111 | 3f7d3f3f3f3f |
EUC-JP | ?}èà?? | 00111111011111011000111110101011101100101000111110101011101000100011111100111111 | 3f7d8fabb28faba23f3f |
UTF-8 | }èà· | 1100001010001110011111011100001110101000110000111010000011000010100111111100001010110111 | c28e7dc3a8c3a0c29fc2b7 |
UHC | ?}???· | 00111111011111010011111100111111001111111010000110100100 | 3f7d3f3f3fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)