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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謳野抹 | 111001101001000010010110111011001001011010010101 | e69096ec9695 |
EUC-JP | 謳野抹 | 111010111111000011001100111011101100101111110101 | ebf0cceecbf5 |
UTF-8 | 謳野抹 | 111010001010110010110011111010011000011110001110111001101000101010111001 | e8acb3e9878ee68ab9 |
UHC | 謳野抹 | 110011111100010011100101101011111101100011000110 | cfc4e5afd8c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)