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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-WIN | 髣包スウD | 11101001100101111001010111101111101111011011001101000100 | e99795efbdb344 |
EUC-JP | 髣包スウD | 111100011111011111001010111100011000111010111101100011101011001101000100 | f1f7caf18ebd8eb344 |
UTF-8 | 髣包スウD | 11101001101010111010001111100101100011001000010111101111101111011011110111101111101111011011001101000100 | e9aba3e58c85efbdbdefbdb344 |
UHC | ?包??D | 001111111111100011010000001111110011111101000100 | 3ff8d03f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)