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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔭⑥?? | 100010001111110010000111010001010011111100111111 | 88fc87453f3f |
EUC-JP | 蔭??? | 1011000011111110001111110011111100111111 | b0fe3f3f3f |
UTF-8 | 蔭⑥뼍廬 | 111010001001010010101101111000101001000110100101111010111011110010001101111011111010011010000010 | e894ade291a5ebbc8defa682 |
UHC | 蔭⑥뼍廬 | 1110101111100011101010001110110010010110100101011110010111111110 | ebe3a8ec9695e5fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)