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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 髣包スウv | 11101001100101111001010111101111101111011011001101110110 | e99795efbdb376 |
EUC-JP | 髣包スウv | 111100011111011111001010111100011000111010111101100011101011001101110110 | f1f7caf18ebd8eb376 |
UTF-8 | 髣包スウv | 11101001101010111010001111100101100011001000010111101111101111011011110111101111101111011011001101110110 | e9aba3e58c85efbdbdefbdb376 |
UHC | ?包??v | 001111111111100011010000001111110011111101110110 | 3ff8d03f3f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)