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 | 蛾僊蛾僊^ | 100010011110100110011001010000011000100111101001100110010100000101011110 | 89e9994189e999415e |
EUC-JP | 蛾僊蛾僊^ | 101100101110101111010001101000101011001011101011110100011010001001011110 | b2ebd1a2b2ebd1a25e |
UTF-8 | 蛾僊蛾僊^ | 11101000100110111011111011100101100000111000101011101000100110111011111011100101100000111000101001011110 | e89bbee5838ae89bbee5838a5e |
UHC | 蛾僊蛾僊^ | 111001001011011011100000101110101110010010110110111000001011101001011110 | e4b6e0bae4b6e0ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)