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 | ??蟻甲 | 001111110011111110001011011000011000110101100010 | 3f3f8b618d62 |
EUC-JP | 焌?蟻甲 | 1000111111001001111010000011111110110101110000101011100111000011 | 8fc9e83fb5c2b9c3 |
UTF-8 | 焌렦蟻甲 | 111001111000010010001100111010111010000010100110111010001001111110111011111001111001010010110010 | e7848ceba0a6e89fbbe794b2 |
UHC | 焌렦蟻甲 | 1111000111100000100011101011010111101011111111001100101110100011 | f1e08eb5ebfccba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)