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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?狡?捧 | 001111111110000011000010001111111001010111111001 | 3fe0c23f95f9 |
EUC-JP | 塼狡?捧 | 1000111110111000101110011110000011000100001111111100101011111011 | 8fb8b9e0c43fcafb |
UTF-8 | 塼狡렔捧 | 111001011010000110111100111001111000101110100001111010111010000010010100111001101000110110100111 | e5a1bce78ba1eba094e68da7 |
UHC | 塼狡렔捧 | 1110111011110100110011101110101010001110101010011101110011101001 | eef4ceea8ea9dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)