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 | 辿賊脱尊^ | 100100100100100010010001101011111001001001000101100100011011100001011110 | 924891af924591b85e |
EUC-JP | 辿賊脱尊^ | 110000111010100111000010101100011100001110100110110000101011101001011110 | c3a9c2b1c3a6c2ba5e |
UTF-8 | 辿賊脱尊^ | 11101000101111101011111111101000101100111000101011101000100001001011000111100101101100001000101001011110 | e8bebfe8b38ae884b1e5b08a5e |
UHC | ?賊?尊^ | 00111111111011101110010000111111111100001110111001011110 | 3feee43ff0ee5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)