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 | 雕?儉鬱 | 11101000101110000011111110011001010011001001111101010100 | e8b83f994c9f54 |
EUC-JP | 雕?儉鬱 | 11110000101110100011111111010001101011011101110110110101 | f0ba3fd1adddb5 |
UTF-8 | 雕띔儉鬱 | 111010011001101110010101111010111001110110010100111001011000010010001001111010011010110010110001 | e99b95eb9d94e58489e9acb1 |
UHC | 雕띔儉鬱 | 1111000011100111101101101110101011001011111110111110101010100110 | f0e7b6eacbfbeaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)