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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 絮僊絮僊^ | 111000110101000010011001010000011110001101010000100110010100000101011110 | e3509941e35099415e |
EUC-JP | 絮僊絮僊^ | 111001011011000111010001101000101110010110110001110100011010001001011110 | e5b1d1a2e5b1d1a25e |
UTF-8 | 絮僊絮僊^ | 11100111101101011010111011100101100000111000101011100111101101011010111011100101100000111000101001011110 | e7b5aee5838ae7b5aee5838a5e |
UHC | 絮僊絮僊^ | 110111111111110011100000101110101101111111111100111000001011101001011110 | dffce0badffce0ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)