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 | 擬?擬?^ | 10001011010110110011111110001011010110110011111101011110 | 8b5b3f8b5b3f5e |
EUC-JP | 擬?擬?^ | 10110101101111000011111110110101101111000011111101011110 | b5bc3fb5bc3f5e |
UTF-8 | 擬렧擬렧^ | 11100110100100111010110011101011101000001010011111100110100100111010110011101011101000001010011101011110 | e693aceba0a7e693aceba0a75e |
UHC | 擬렧擬렧^ | 111010111111010010001110101101101110101111110100100011101011011001011110 | ebf48eb6ebf48eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)