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 | ??L}??L{^ | 001111110011111101001100011111010011111100111111010011000111101101011110 | 3f3f4c7d3f3f4c7b5e |
SJIS-WIN | 潁帋L}潁帋L{^ | 10011111111100011001101111100001010011000111110110011111111100011001101111100001010011000111101101011110 | 9ff19be14c7d9ff19be14c7b5e |
EUC-JP | 潁帋L}潁帋L{^ | 11011110111100111101011011100011010011000111110111011110111100111101011011100011010011000111101101011110 | def3d6e34c7ddef3d6e34c7b5e |
UTF-8 | 潁帋L}潁帋L{^ | 1110011010111101100000011110010110111000100010110100110001111101111001101011110110000001111001011011100010001011010011000111101101011110 | e6bd81e5b88b4c7de6bd81e5b88b4c7b5e |
UHC | 潁?L}潁?L{^ | 1110011110111000001111110100110001111101111001111011100000111111010011000111101101011110 | e7b83f4c7de7b83f4c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)