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 | 隱作湊諢 | 1110100010101010100011011110110010010110101010011110011010000100 | e8aa8dec96a9e684 |
EUC-JP | 隱作湊諢 | 1111000010101100101110101110111011001100101010111110101111100100 | f0acbaeeccabebe4 |
UTF-8 | 隱作湊諢 | 111010011001101010110001111001001011110110011100111001101011100110001010111010001010101110100010 | e99ab1e4bd9ce6b98ae8aba2 |
UHC | 隱作湊? | 11101011110111111110110111000010111100011011111000111111 | ebdfedc2f1be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)