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 | 闌ォ繝ッ霈ッ | 111010001000110010101011111000111000001110101111111010001011110010101111 | e88cabe383afe8bcaf |
EUC-JP | 闌ォ繝ッ霈ッ | 111011111110110010001110101010111110010111100011100011101010111111110000101111101000111010101111 | efec8eabe5e38eaff0be8eaf |
UTF-8 | 闌ォ繝ッ霈ッ | 111010011001011110001100111011111011110110101011111001111011100110011101111011111011110110101111111010011001110010001000111011111011110110101111 | e9978cefbdabe7b99defbdafe99c88efbdaf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)