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 | 湿勺シ眈ニ^ | 100011101011110010001110110110011011110011100001101111001100011001011110 | 8ebc8ed9bce1bcc65e |
EUC-JP | 湿勺シ眈ニ^ | 1011110010111110101111001101101110001110101111001110001010111110100011101100011001011110 | bcbebcdb8ebce2be8ec65e |
UTF-8 | 湿勺シ眈ニ^ | 11100110101110011011111111100101100010111011101011101111101111011011110011100111100111001000100011101111101111101000011001011110 | e6b9bfe58bbaefbdbce79c88efbe865e |
UHC | ?勺?眈?^ | 0011111111101101110000110011111111110111101011110011111101011110 | 3fedc33ff7af3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)