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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ム」」靱ャ | 1101000110100011111100001110111110100011111010001101010110101100 | d1a3f0efa3e8d5ac |
EUC-JP | ム」?」靱ャ | 1000111011010001100011101010001100111111100011101010001111110000110101111000111010101100 | 8ed18ea33f8ea3f0d78eac |
UTF-8 | ム」」靱ャ | 111011111011111010010001111011111011110110100011111011101000001010101110111011111011110110100011111010011001110110110001111011111011110110101100 | efbe91efbda3ee82aeefbda3e99db1efbdac |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)