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 | 銜ク驩、 | 111001111111000010111000111010011000100110100100 | e7f0b8e989a4 |
EUC-JP | 銜ク驩、 | 1110111011110010100011101011100011110001111010011000111010100100 | eef28eb8f1e98ea4 |
UTF-8 | 銜ク驩、 | 111010011000101010011100111011111011110110111000111010011010100110101001111011111011110110100100 | e98a9cefbdb8e9a9a9efbda4 |
UHC | 銜?驩? | 111110011110011100111111111111001011111000111111 | f9e73ffcbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)