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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ムチル跪ウ^ | 11010001110000011101100111100110111011001011001101011110 | d1c1d9e6ecb35e |
EUC-JP | ムチル跪ウ^ | 1000111011010001100011101100000110001110110110011110110011101110100011101011001101011110 | 8ed18ec18ed9ecee8eb35e |
UTF-8 | ムチル跪ウ^ | 11101111101111101001000111101111101111101000000111101111101111101001100111101000101101111010101011101111101111011011001101011110 | efbe91efbe81efbe99e8b7aaefbdb35e |
UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)