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 | 篌膕篌膕^ | 111000101011101011100100010100011110001010111010111001000101000101011110 | e2bae451e2bae4515e |
EUC-JP | 篌膕篌膕^ | 111001001011110011100111101100101110010010111100111001111011001001011110 | e4bce7b2e4bce7b25e |
UTF-8 | 篌膕篌膕^ | 11100111101011111000110011101000100001101001010111100111101011111000110011101000100001101001010101011110 | e7af8ce88695e7af8ce886955e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)