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 | ??擬?^ | 001111110011111110001011010110110011111101011110 | 3f3f8b5b3f5e |
EUC-JP | ??擬?^ | 001111110011111110110101101111000011111101011110 | 3f3fb5bc3f5e |
UTF-8 | 杻렧擬렧^ | 11101111101001111000100011101011101000001010011111100110100100111010110011101011101000001010011101011110 | efa788eba0a7e693aceba0a75e |
UHC | 杻렧擬렧^ | 111010101111010010001110101101101110101111110100100011101011011001011110 | eaf48eb6ebf48eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)