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 | 翊羆翊羆^ | 111000111100001011100011101011111110001111000010111000111010111101011110 | e3c2e3afe3c2e3af5e |
EUC-JP | 翊羆翊羆^ | 111001101100010011100110101100011110011011000100111001101011000101011110 | e6c4e6b1e6c4e6b15e |
UTF-8 | 翊羆翊羆^ | 11100111101111111000101011100111101111101000011011100111101111111000101011100111101111101000011001011110 | e7bf8ae7be86e7bf8ae7be865e |
UHC | 翊?翊?^ | 11101100110011010011111111101100110011010011111101011110 | eccd3feccd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)