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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豫??椅?? | 1001100010101100001111110011111110001000110101100011111100111111 | 98ac3f3f88d63f3f |
EUC-JP | 豫??椅?? | 1101000010101110001111110011111110110000110110000011111100111111 | d0ae3f3fb0d83f3f |
UTF-8 | 豫뗭옎椅쇽쭏 | 111010001011000110101011111010111001011110101101111011001001100010001110111001101010010010000101111011001000011110111101111011001010110110001111 | e8b1abeb97adec988ee6a485ec87bdecad8f |
UHC | 豫뗭옎椅쇽쭏 | 111001111110001110001011111011001001111010010101111010111111010110111100111011111010011110001000 | e7e38bec9e95ebf5bcefa788 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)