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 | 臍???? | 111001000110000000111111001111110011111100111111 | e4603f3f3f3f |
EUC-JP | 臍???沅 | 1110011111000001001111110011111100111111100011111100011011101001 | e7c13f3f3f8fc6e9 |
UTF-8 | 臍펭렰렋沅 | 111010001000011110001101111011011000111010101101111010111010000010110000111010111010000010001011111001101011001010000101 | e8878ded8eadeba0b0eba08be6b285 |
UHC | 臍펭렰렋沅 | 11110000101100001100011011101011100011101011110110001110101000101110101010110110 | f0b0c6eb8ebd8ea2eab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)