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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 揖?揖?B | 10010111010010110011111110010111010010110011111101000010 | 974b3f974b3f42 |
EUC-JP | 揖?揖?B | 11001101101011000011111111001101101011000011111101000010 | cdac3fcdac3f42 |
UTF-8 | 揖뇆揖뇆B | 11100110100011111001011011101011100001111000011011100110100011111001011011101011100001111000011001000010 | e68f96eb8786e68f96eb878642 |
UHC | 揖뇆揖뇆B | 111010111110011110000111011011101110101111100111100001110110111001000010 | ebe7876eebe7876e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)