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 | 蔭⑥뼏溜 | 111010001001010010101101111000101001000110100101111010111011110010001111111011111010011110001011 | e894ade291a5ebbc8fefa78b |
UHC | 蔭⑥뼏溜 | 1110101111100011101010001110110010010110100101111110101011111110 | ebe3a8ec9697eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)