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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 狐耕?亥? | 1000110011001111100011010110101100111111100010001110010100111111 | 8ccf8d6b3f88e53f |
EUC-JP | 狐耕?亥? | 1011100011010001101110011100110000111111101100001110011100111111 | b8d1b9cc3fb0e73f |
UTF-8 | 狐耕횟亥렑 | 111001111000101110010000111010001000000010010101111011011001101010011111111001001011101010100101111010111010000010010001 | e78b90e88095ed9a9fe4baa5eba091 |
UHC | 狐耕횟亥렑 | 11111011110011111100110011101001110010001011110111111010101001001000111010100110 | fbcfcce9c8bdfaa48ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)