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 | 邀ャ繝ォ籬苓 | 11100111101100011010110011100011100000111010101111100010110111111001011111101000 | e7b1ace383abe2df97e8 |
EUC-JP | 邀ャ繝ォ籬苓 | 111011101011001110001110101011001110010111100011100011101010101111100100111000011100111011101010 | eeb38eace5e38eabe4e1ceea |
UTF-8 | 邀ャ繝ォ籬苓 | 111010011000001010000000111011111011110110101100111001111011100110011101111011111011110110101011111001111011000110101100111010001000101110010011 | e98280efbdace7b99defbdabe7b1ace88b93 |
UHC | 邀???籬? | 1110100110101101001111110011111100111111110101111110011000111111 | e9ad3f3f3fd7e63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)