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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辷シ貉ソ逎 | 1110011110001000101111001110011010111001101111111110011110100011 | e788bce6b9bfe7a3 |
EUC-JP | 辷シ貉ソ逎 | 11101101111010001000111010111100111011001011101110001110101111111110111010100101 | ede88ebcecbb8ebfeea5 |
UTF-8 | 辷シ貉ソ逎 | 111010001011111010110111111011111011110110111100111010001011001010001001111011111011110110111111111010011000000010001110 | e8beb7efbdbce8b289efbdbfe9808e |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)