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 | 瓏牴瓏牴^ | 111000001111101011100000101100001110000011111010111000001011000001011110 | e0fae0b0e0fae0b05e |
EUC-JP | 瓏牴瓏牴^ | 111000001111110011100000101100101110000011111100111000001011001001011110 | e0fce0b2e0fce0b25e |
UTF-8 | 瓏牴瓏牴^ | 11100111100100111000111111100111100010011011010011100111100100111000111111100111100010011011010001011110 | e7938fe789b4e7938fe789b45e |
UHC | 瓏?瓏?^ | 11010110111010100011111111010110111010100011111101011110 | d6ea3fd6ea3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)