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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 謌阪醇ツコ^ | 111001101000100010001101111000111000111110000110110000101011101001011110 | e6888de38f86c2ba5e |
EUC-JP | 謌阪醇ツコ^ | 1110101111101000101110101110010110111101111001101000111011000010100011101011101001011110 | ebe8bae5bde68ec28eba5e |
UTF-8 | 謌阪醇ツコ^ | 11101000101011001000110011101001100110001010101011101001100001101000011111101111101111101000001011101111101111011011101001011110 | e8ac8ce998aae98687efbe82efbdba5e |
UHC | ?阪醇??^ | 0011111111111000101000011110001011110101001111110011111101011110 | 3ff8a1e2f53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)