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 | 余???ュ | 10010111010111010011111100111111001111111000001110000101 | 975d3f3f3f8385 |
EUC-JP | 余??沅ュ | 110011011011111000111111001111111000111111000110111010011010010111100101 | cdbe3f3f8fc6e9a5e5 |
UTF-8 | 余뽯렪沅ュ | 111001001011110110011001111010111011110110101111111010111010000010101010111001101011001010000101111000111000001110100101 | e4bd99ebbdafeba0aae6b285e383a5 |
UHC | 余뽯렪沅ュ | 11100101111110011001011011101011100011101011100011101010101101101010101111100101 | e5f996eb8eb8eab6abe5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)