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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | テコツカツェ~ | 11000011101110101100001010110110110000101010101001111110 | c3bac2b6c2aa7e |
EUC-JP | テコツカツェ~ | 10001110110000111000111010111010100011101100001010001110101101101000111011000010100011101010101001111110 | 8ec38eba8ec28eb68ec28eaa7e |
UTF-8 | テコツカツェ~ | 11101111101111101000001111101111101111011011101011101111101111101000001011101111101111011011011011101111101111101000001011101111101111011010101001111110 | efbe83efbdbaefbe82efbdb6efbe82efbdaa7e |
UHC | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)