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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 谺ケ逋カ鮗シ^ | 11100110101011001011100111100111100110011011011011101001101110101011110001011110 | e6acb9e799b6e9babc5e |
EUC-JP | 谺ケ逋カ鮗シ^ | 11101100101011101000111010111001111011011111100110001110101101101111001010111100100011101011110001011110 | ecae8eb9edf98eb6f2bc8ebc5e |
UTF-8 | 谺ケ逋カ鮗シ^ | 11101000101100001011101011101111101111011011100111101001100000001000101111101111101111011011011011101001101011101001011111101111101111011011110001011110 | e8b0baefbdb9e9808befbdb6e9ae97efbdbc5e |
UHC | ??逋???^ | 0011111100111111111110001110011100111111001111110011111101011110 | 3f3ff8e73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)