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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 乘涎乘涎 | 1001100010101001100111111011010110011000101010011001111110110101 | 98a99fb598a99fb5 |
EUC-JP | 乘涎乘涎 | 1101000010101011110111101011011111010000101010111101111010110111 | d0abdeb7d0abdeb7 |
UTF-8 | 乘涎乘涎 | 111001001011100110011000111001101011011010001110111001001011100110011000111001101011011010001110 | e4b998e6b68ee4b998e6b68e |
UHC | 乘涎乘涎 | 1110001110101011111001101100111011100011101010111110011011001110 | e3abe6cee3abe6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)