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 | 烏l?蹂 | 10001001010001111000001010001100001111111110011011111000 | 8947828c3fe6f8 |
EUC-JP | 烏l?蹂 | 10110001101010001010001111101100001111111110110011111010 | b1a8a3ec3fecfa |
UTF-8 | 烏l옺蹂 | 111001111000001110001111111011111011110110001100111011001001100010111010111010001011100110000010 | e7838fefbd8cec98bae8b982 |
UHC | 烏l옺蹂 | 1110100010100001101000111110110010011110101100001110101110110011 | e8a1a3ec9eb0ebb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)