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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | モ。簔\ | 111101111010011111110110110011101101001110100001111000101100000101011100 | f7a7f6ced3a1e2c15c |
EUC-JP | ??モ。簔\ | 001111110011111110001110110100111000111010100001111001001100001101011100 | 3f3f8ed38ea1e4c35c |
UTF-8 | モ。簔\ | 11101110100101101000101011101110100100111011010111101111101111101001001111101111101111011010000111100111101100001001010001011100 | ee968aee93b5efbe93efbda1e7b0945c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)